Searched refs:TIMEOUT (Results 1 – 12 of 12) sorted by relevance
/lk-master/external/platform/nrfx/templates/ |
A D | nrfx_log.h | 173 NRFX_ERR_STRING(TIMEOUT) in nrfx_get_err_str()
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | fsm.c | 303 TIMEOUT(fsm_timeout, f, f->timeouttime); in fsm_close() 342 TIMEOUT(fsm_timeout, f, f->timeouttime); in fsm_timeout() 678 TIMEOUT(fsm_timeout, f, f->timeouttime); in fsm_rtermreq() 795 TIMEOUT(fsm_timeout, f, f->timeouttime); in fsm_protreject() 854 TIMEOUT(fsm_timeout, f, f->timeouttime); in fsm_sconfreq()
|
A D | pap.c | 205 TIMEOUT(upap_reqtimeout, u, u->us_reqtimeout); in upap_authpeer() 278 TIMEOUT(upap_reqtimeout, u, u->us_reqtimeout); in upap_lowerup() 574 TIMEOUT(upap_timeout, u, u->us_timeouttime); in upap_sauthreq()
|
A D | chap.c | 627 TIMEOUT(ChapRechallenge, cstate, cstate->chal_interval); in ChapReceiveResponse() 737 TIMEOUT(ChapChallengeTimeout, cstate, cstate->timeouttime); in ChapSendChallenge() 837 TIMEOUT(ChapResponseTimeout, cstate, cstate->timeouttime); in ChapSendResponse()
|
A D | auth.c | 698 TIMEOUT(check_idle, NULL, ppp_settings.idle_time_limit); in np_up() 706 TIMEOUT(connect_time_expired, 0, ppp_settings.maxconnect); in np_up() 763 TIMEOUT(check_idle, NULL, ppp_settings.idle_time_limit - itime); in check_idle()
|
A D | ppp_impl.h | 108 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } while(… macro
|
A D | lcp.c | 1959 TIMEOUT (LcpEchoTimeout, f, lcp_echo_interval); in LcpEchoCheck()
|
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/ |
A D | stm32f4xx_qspi.h | 412 #define IS_QSPI_TIMEOUT(TIMEOUT) ((TIMEOUT) <= QUADSPI_LPTR_TIMEOUT) argument
|
A D | stm32f4xx_fmpi2c.h | 235 #define IS_FMPI2C_TIMEOUT(TIMEOUT) ((TIMEOUT) <= (uint16_t)0x0FFF) argument
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | i2c_common_15xx.h | 52 __IO uint32_t TIMEOUT; /*!< I2C Timeout value Register */ member
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
A D | stm32f7xx_hal_uart.h | 981 #define IS_UART_RECEIVER_TIMEOUT(TIMEOUT) (((TIMEOUT) == UART_RECEIVER_TIMEOUT_DISABLE) || \ argument 982 ((TIMEOUT) == UART_RECEIVER_TIMEOUT_ENABLE))
|
/lk-master/external/platform/nrfx/ |
A D | CHANGELOG.md | 299 - Corrected the TIMEOUT event clearing in the WDT interrupt handler.
|
Completed in 22 milliseconds