/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | upap.h | 75 #define UPAPCS_CLOSED 1 /* Connection up, haven't requested auth */ 76 #define UPAPCS_PENDING 2 /* Connection down, have requested auth */ 85 #define UPAPSS_CLOSED 1 /* Connection up, haven't requested auth */ 86 #define UPAPSS_PENDING 2 /* Connection down, have requested auth */
|
H A D | pppoe.h | 153 u8_t *sc_service_name; /* if != NULL: requested name of service */ 154 u8_t *sc_concentrator_name; /* if != NULL: requested concentrator id */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | upap.h | 71 #define UPAPCS_CLOSED 1 /* Connection up, haven't requested auth */ 72 #define UPAPCS_PENDING 2 /* Connection down, have requested auth */ 81 #define UPAPSS_CLOSED 1 /* Connection up, haven't requested auth */ 82 #define UPAPSS_PENDING 2 /* Connection down, have requested auth */
|
H A D | pppoe.h | 149 u8_t *sc_service_name; /* if != NULL: requested name of service */ 150 u8_t *sc_concentrator_name; /* if != NULL: requested concentrator id */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | pap.h | 92 #define UPAPCS_CLOSED 1 /* Connection up, haven't requested auth */ 93 #define UPAPCS_PENDING 2 /* Connection down, have requested auth */ 102 #define UPAPSS_CLOSED 1 /* Connection up, haven't requested auth */ 103 #define UPAPSS_PENDING 2 /* Connection down, have requested auth */
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_rtc.h | 239 * @param[in] event Requested event. 241 * @return Address of the requested event register. 249 * @param[in] task Requested task. 251 * @return Address of the requested task register. 259 * @param[in] task Requested task. 275 * @param[in] event Requested event.
|
H A D | nrf_timer.h | 247 * @param[in] task Requested task. 279 * @param[in] event Requested event. 438 * @param[in] cc_channel Requested capture/compare channel. 449 * @param[in] cc_channel Requested capture/compare channel. 451 * @return Value from the requested capture/compare register.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs_id.h | 76 * @param out_id_addr On success, the requested identity address is 89 * identity address of the requested type; 99 * if privacy requested:
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_pwm.h | 135 NRFX_PWM_FLAG_STOP = 0x01, /**< When the requested playback is finished, 143 less than the requested number of repeats 145 NRFX_PWM_FLAG_LOOP = 0x02, /**< When the requested playback is finished, 305 * might appear on the output less times than requested. 400 * @param[in] task Requested task. 411 * @param[in] event Requested event.
|
H A D | nrfx_rtc.h | 166 …* However, to detect if the requested value is behind, this mode makes the following assumpt… 169 …* - The requested absolute compare value is not bigger than (0x00FFFFFF) - tick_latency. I… 195 * @retval NRFX_ERROR_TIMEOUT If an interrupt was pending on the requested channel. 282 /**@brief Function for returning a requested task address for the RTC driver instance. 294 /**@brief Function for returning a requested event address for the RTC driver instance.
|
H A D | nrfx_wdt.h | 125 /**@brief Function for returning a requested task address for the wdt driver module. 136 /**@brief Function for returning a requested event address for the wdt driver module.
|
H A D | nrfx_clock.h | 165 /**@brief Function for returning a requested task address for the clock driver module. 173 /**@brief Function for returning a requested event address for the clock driver module.
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/ |
H A D | mb.h | 305 * - eMBErrorCode::MB_ETIMEDOUT If the requested register block is 340 * - eMBErrorCode::MB_ETIMEDOUT If the requested register block is 363 * \param usNCoils Number of coil values requested. 373 * within the requested address range. In this case a 375 * - eMBErrorCode::MB_ETIMEDOUT If the requested register block is 394 * stored at the LSB of the first byte in the buffer. If the requested number 404 * - eMBErrorCode::MB_ETIMEDOUT If the requested register block is
|
H A D | mb_m.h | 247 * within the requested address range. In this case a 276 * within the requested address range. In this case a 295 * \param usNCoils Number of coil values requested. 305 * within the requested address range. In this case a 320 * stored at the LSB of the first byte in the buffer. If the requested number 328 * within the requested address range. In this case a
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | main.h | 88 /** @brief Output of a number is requested. 100 /** @brief Output of a string is requested. 111 /** @brief Input is requested. 115 * requested input will either be a string or a number, and
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/ |
H A D | jffs2.h | 71 #define JFFS2_INO_FLAG_USERCOMPR 2 /* User has requested a specific 144 uint8_t usercompr; /* Compression algorithm requested by the user */ 212 uint8_t usercompr; /* Compression algorithm requested by the user */
|
/nrf52832-nimble/drivers/ |
H A D | drv_gpio.c | 170 * when trigger on both edges is requested. in nrf_gpio_irq_handler() 183 * Call handler in case SENSE configuration matches requested one or in nrf_gpio_irq_handler() 184 * trigger on both edges is requested. in nrf_gpio_irq_handler()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/ |
H A D | httpd_structs.h | 32 "\r\n<html><body><h2>404: The requested file cannot be found.</h2></body></html>\r\n" 34 …,"Connection: keep-alive\r\nContent-Length: 77\r\n\r\n<html><body><h2>404: The requested file cann…
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | httpd_structs.h | 30 "\r\n<html><body><h2>404: The requested file cannot be found.</h2></body></html>\r\n" 32 …, "Connection: keep-alive\r\nContent-Length: 77\r\n\r\n<html><body><h2>404: The requested file can…
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/ |
H A D | kconfig-merge | 163 echo "Value requested for $CFG not in final .config" 164 echo "Requested value: $REQUESTED_VAL"
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/ |
H A D | dhcp.h | 147 #define DHCP_OPTION_REQUESTED_IP 50 /* RFC 2132 9.1, requested IP address */ 155 #define DHCP_OPTION_PARAMETER_REQUEST_LIST 55 /* RFC 2132 9.8, requested option types */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/ |
H A D | dhcp.h | 152 #define DHCP_OPTION_REQUESTED_IP 50 /* RFC 2132 9.1, requested IP address */ 160 #define DHCP_OPTION_PARAMETER_REQUEST_LIST 55 /* RFC 2132 9.8, requested option types */
|
/nrf52832-nimble/rt-thread/components/libc/aio/ |
H A D | posix_aio.c | 36 * For requested operations that are successfully canceled, the associated error 38 * requested operations that are not successfully canceled, the aiocbp shall not 196 * initiated or queued the request. The requested operation takes place at the 339 * If O_APPEND is not set for the file descriptor aio_fildes, then the requested
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | dhcp.h | 210 #define DHCP_OPTION_REQUESTED_IP 50 /* RFC 2132 9.1, requested IP address */ 218 #define DHCP_OPTION_PARAMETER_REQUEST_LIST 55 /* RFC 2132 9.8, requested option types */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/netif/ |
H A D | ppp_oe.h | 158 char *sc_service_name; /* if != NULL: requested name of service */ 159 char *sc_concentrator_name; /* if != NULL: requested concentrator id */
|