Home
last modified time | relevance | path

Searched full:stage (Results 1 – 25 of 44) sorted by relevance

12

/nrf52832-nimble/rt-thread/components/utilities/ymodem/
H A Dymodem.c129 ctx->stage = RYM_STAGE_ESTABLISHING; in _rym_do_handshake()
194 if (ctx->stage == RYM_STAGE_ESTABLISHED && ctx->buf[1] == 0x00) in _rym_trans_data()
200 ctx->stage = RYM_STAGE_TRANSMITTING; in _rym_trans_data()
219 ctx->stage = RYM_STAGE_ESTABLISHED; in _rym_do_trans()
270 ctx->stage = RYM_STAGE_FINISHING; in _rym_do_fin()
304 ctx->stage = RYM_STAGE_FINISHED; in _rym_do_fin()
318 ctx->stage = RYM_STAGE_NONE; in _rym_do_recv()
H A Dymodem.h106 enum rym_stage stage; member
117 * If an error happens, you can get where it is failed from ctx->stage.
/nrf52832-nimble/rt-thread/components/net/uip/rt-thread/
H A Duip_etharp.h14 #define ETHTYPE_PPPOEDISC 0x8863 /* PPP Over Ethernet Discovery Stage */
15 #define ETHTYPE_PPPOE 0x8864 /* PPP Over Ethernet Session Stage */
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dspi.h118 /* instruction stage */
125 /* address and alternate_bytes stage */
133 /* dummy_cycles stage */
136 /* number of lines in qspi data stage, the other configuration items are in parent */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/
H A Dieee.h65 /** PPP Over Ethernet Discovery Stage */
67 /** PPP Over Ethernet Session Stage */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/
H A Dethernet.h121 /** PPP Over Ethernet Discovery Stage */
123 /** PPP Over Ethernet Session Stage */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/ram/
H A Dsyscfg.yml21 Sysinit stage for the RAM BLE store.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ias/
H A Dsyscfg.yml22 Sysinit stage for the immediate alert BLE service.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gatt/
H A Dsyscfg.yml23 Sysinit stage for the GATT BLE service
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/lls/
H A Dsyscfg.yml21 Sysinit stage for the link loss BLE service.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/tps/
H A Dsyscfg.yml21 Sysinit stage for the transmit power BLE service.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/netif/
H A Detharp.h140 #define ETHTYPE_PPPOEDISC 0x8863U /* PPP Over Ethernet Discovery Stage */
141 #define ETHTYPE_PPPOE 0x8864U /* PPP Over Ethernet Session Stage */
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dqspi_core.c140 /* no address stage */ in rt_qspi_send_then_recv()
224 /* no address stage */ in rt_qspi_send()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/
H A Dsyscfg.yml29 Sysinit stage for the alert notification service.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bleuart/
H A Dsyscfg.yml27 Sysinit stage for the BLE UART service.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/config/
H A Dsyscfg.yml26 Sysinit stage for BLE host store.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bas/
H A Dsyscfg.yml33 Sysinit stage for the battery level service.
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/ram/
H A Dsyscfg.yml44 Sysinit stage for the RAM BLE transport.
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/
H A Dsyscfg.yml75 Sysinit stage for the socket BLE transport.
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/
H A Dsyscfg.yml68 Sysinit stage for the UART BLE transport.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/
H A Dsyscfg.yml82 Sysinit stage for the GAP BLE service.
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/
H A Dsyscfg.yml95 Sysinit stage for the EMSPI BLE transport.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/
H A Dsyscfg.yml97 Sysinit stage for the device information BLE service.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/
H A Dethernet.c210 case PP_HTONS(ETHTYPE_PPPOEDISC): /* PPP Over Ethernet Discovery Stage */
214 case PP_HTONS(ETHTYPE_PPPOE): /* PPP Over Ethernet Session Stage */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/
H A Dethernet.c204 case PP_HTONS(ETHTYPE_PPPOEDISC): /* PPP Over Ethernet Discovery Stage */
208 case PP_HTONS(ETHTYPE_PPPOE): /* PPP Over Ethernet Session Stage */

12