Home
last modified time | relevance | path

Searched full:upper (Results 1 – 25 of 119) sorted by relevance

12345

/nrf52832-nimble/rt-thread/components/libc/libdl/arch/
H A Darm.c19 rt_uint32_t upper, lower, sign, j1, j2; in dlmodule_relocate() local
79 upper = *(rt_uint16_t *)where; in dlmodule_relocate()
82 sign = (upper >> 10) & 1; in dlmodule_relocate()
88 ((upper & 0x03ff) << 12) | in dlmodule_relocate()
106 *(rt_uint16_t *)where = (rt_uint16_t)((upper & 0xf800) | in dlmodule_relocate()
112 upper = *(rt_uint16_t *)where; in dlmodule_relocate()
H A Dx86.c23 rt_uint32_t upper, lower, sign, j1, j2; in dlmodule_relocate() local
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/
H A Dprocessor.h116 #define SPRN_DBAT0U 0x218 /* Data BAT 0 Upper Register */
118 #define SPRN_DBAT1U 0x21A /* Data BAT 1 Upper Register */
120 #define SPRN_DBAT2U 0x21C /* Data BAT 2 Upper Register */
122 #define SPRN_DBAT3U 0x21E /* Data BAT 3 Upper Register */
124 #define SPRN_DBAT4U 0x238 /* Data BAT 4 Upper Register */
126 #define SPRN_DBAT5U 0x23A /* Data BAT 5 Upper Register */
128 #define SPRN_DBAT6U 0x23C /* Data BAT 6 Upper Register */
278 #define SPRN_IBAT0U 0x210 /* Instruction BAT 0 Upper Register */
280 #define SPRN_IBAT1U 0x212 /* Instruction BAT 1 Upper Register */
282 #define SPRN_IBAT2U 0x214 /* Instruction BAT 2 Upper Register */
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dfsm.c117 * Cancel all timeouts and inform upper layers.
197 * Cancel any timeout running, notify upper layers we're done, and
206 (*f->callbacks->down)(f); /* Inform upper layers we're down */ in terminate_layer()
407 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfreq()
441 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfreq()
496 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfack()
502 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfack()
567 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfnakrej()
597 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rtermreq()
632 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rtermack()
H A Dpppoe.c579 ppp_start(sc->pcb); /* notify upper layers */ in pppoe_disc_input()
618 ppp_start(sc->pcb); /* notify upper layers */ in pppoe_disc_input()
960 ppp_link_end(ppp); /* notify upper layers */ in pppoe_disconnect()
970 ppp_link_failed(sc->pcb); /* notify upper layers */ in pppoe_abort_connect()
1188 ppp_link_end(sc->pcb); /* notify upper layers - /!\ dangerous /!\ - see pppoe_disc_input() */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dfsm.c117 * Cancel all timeouts and inform upper layers.
197 * Cancel any timeout running, notify upper layers we're done, and
206 (*f->callbacks->down)(f); /* Inform upper layers we're down */ in terminate_layer()
407 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfreq()
441 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfreq()
496 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfack()
502 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfack()
567 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfnakrej()
597 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rtermreq()
632 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rtermack()
H A Dpppoe.c580 ppp_start(sc->pcb); /* notify upper layers */ in pppoe_disc_input()
620 ppp_start(sc->pcb); /* notify upper layers */ in pppoe_disc_input()
965 ppp_link_end(ppp); /* notify upper layers */ in pppoe_disconnect()
975 ppp_link_failed(sc->pcb); /* notify upper layers */ in pppoe_abort_connect()
1198 ppp_link_end(sc->pcb); /* notify upper layers - /!\ dangerous /!\ - see pppoe_disc_input() */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dfsm.c155 * Cancel all timeouts and inform upper layers.
254 * Cancel any timeout running, notify upper layers we're done, and
297 (*f->callbacks->down)(f); /* Inform upper layers we're down */ in fsm_close()
480 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfreq()
513 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfreq()
574 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfack()
581 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfack()
641 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfnakrej()
674 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rtermreq()
718 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rtermack()
H A Dppp_oe.c486 pppoe_linkstatus_up(sc); /* notify upper layers */ in pppoe_dispatch_disc_pkt()
525 pppoe_linkstatus_up(sc); /* notify upper layers */ in pppoe_dispatch_disc_pkt()
835 * Do not call pppoe_disconnect here, the upper layer state in pppoe_disconnect()
868 sc->sc_linkStatusCB(sc->sc_pd, 0); /* notify upper layers */ in pppoe_do_disconnect()
880 sc->sc_linkStatusCB(sc->sc_pd, 0); /* notify upper layers */ in pppoe_abort_connect()
1122 /* notify upper layers */ in pppoe_clear_softc()
/nrf52832-nimble/rt-thread/documentation/
H A Dcoding_style_en.txt88 In RT-Thread, please use upper-case names for macro definitions. Words are
97 upper application should be declared in header files. If the function don't have
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/
H A Dkconfig-tweak.in36 --keep-case|-k Keep next symbols' case (dont' upper-case it)
41 By default, $myname will upper-case the given symbol. Use --keep-case to keep
H A Dkconfig-tweak.in.patch16 By default, $myname will upper-case the given symbol. Use --keep-case to keep
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_nfct.h78 * @brief NFCT driver event types, passed to the upper-layer callback function
184 * @brief Callback descriptor to pass events from the NFCT driver to the upper layer.
195 …for enabling RX/TX events. Indicate which events must be forwarded to the upper layer by using @re…
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c39 * - 'sent' is always called with len==0 to the upper layer. This is because keeping
159 /* upper connected is called when handshake is done */ in altcp_mbedtls_lower_connected()
219 /* need to notify upper layer (e.g. 'accept' called or 'connect' succeeded) */ in altcp_mbedtls_lower_recv()
286 /* issue "connect" callback" to upper connection (this can only happen for active open) */ in altcp_mbedtls_lower_recv_process()
360 @todo: close on excessive allocation failures or leave this up to upper conn? */ in altcp_mbedtls_handle_rx_appldata()
483 * This only informs the upper layer to try to send more, not about
501 /* call upper sent with len==0 if the application already sent data */ in altcp_mbedtls_lower_sent()
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/
H A Dblecsc_sens.c37 /* Simulated cadence upper limit */
41 /* Simulated speed upper limit */
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/
H A Ddcr_gcc.S57 * DCRF = DCRN # with upper and lower halves swapped
102 * DCRF = dest. DCRN # with upper and lower halves swapped
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/
H A Daltcp_proxyconnect.c165 /* upper connected is called when handshake is done */ in altcp_proxyconnect_lower_connected()
245 * This only informs the upper layer to try to send more, not about
261 /* pass this on to upper sent */ in altcp_proxyconnect_lower_sent()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dmqtt_priv.h53 /** Callback to upper layer */
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/
H A Dstring.h27 #define _U 0x01 /* upper */
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_addr.rst21 2. Else if the upper 16 bits of the *CUSTOMER[1]* UICR register are 0,
/nrf52832-nimble/rt-thread/components/drivers/pm/
H A Dpm.c213 * Upper application or device driver requests the system
276 * Upper application or device driver releases the stall
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv6/
H A Dip6.c153 * Finally, the packet is sent to the upper layer protocol input function.
212 /* send to upper layers */ in ip_input()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml132 additional upper limit of 144 hours).
164 Maximum incoming Upper Transport Access PDU length. This
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_rand.c144 /* Upper two bits must be 01 */ in ble_ll_rand_prand_get()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsockets.h231 * and the size of any in or out parameters in the upper
232 * word. The high 2 bits of the upper word are used

12345