/nrf52832-nimble/rt-thread/components/utilities/ymodem/ |
H A D | ymodem.c | 129 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 D | ymodem.h | 106 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 D | uip_etharp.h | 14 #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 D | spi.h | 118 /* 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 D | ieee.h | 65 /** 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 D | ethernet.h | 121 /** PPP Over Ethernet Discovery Stage */ 123 /** PPP Over Ethernet Session Stage */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/ram/ |
H A D | syscfg.yml | 21 Sysinit stage for the RAM BLE store.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ias/ |
H A D | syscfg.yml | 22 Sysinit stage for the immediate alert BLE service.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gatt/ |
H A D | syscfg.yml | 23 Sysinit stage for the GATT BLE service
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/lls/ |
H A D | syscfg.yml | 21 Sysinit stage for the link loss BLE service.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/tps/ |
H A D | syscfg.yml | 21 Sysinit stage for the transmit power BLE service.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/netif/ |
H A D | etharp.h | 140 #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 D | qspi_core.c | 140 /* 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 D | syscfg.yml | 29 Sysinit stage for the alert notification service.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bleuart/ |
H A D | syscfg.yml | 27 Sysinit stage for the BLE UART service.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/config/ |
H A D | syscfg.yml | 26 Sysinit stage for BLE host store.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bas/ |
H A D | syscfg.yml | 33 Sysinit stage for the battery level service.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/ram/ |
H A D | syscfg.yml | 44 Sysinit stage for the RAM BLE transport.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/ |
H A D | syscfg.yml | 75 Sysinit stage for the socket BLE transport.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/ |
H A D | syscfg.yml | 68 Sysinit stage for the UART BLE transport.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/ |
H A D | syscfg.yml | 82 Sysinit stage for the GAP BLE service.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/ |
H A D | syscfg.yml | 95 Sysinit stage for the EMSPI BLE transport.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/ |
H A D | syscfg.yml | 97 Sysinit stage for the device information BLE service.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ |
H A D | ethernet.c | 210 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 D | ethernet.c | 204 case PP_HTONS(ETHTYPE_PPPOEDISC): /* PPP Over Ethernet Discovery Stage */ 208 case PP_HTONS(ETHTYPE_PPPOE): /* PPP Over Ethernet Session Stage */
|