Home
last modified time | relevance | path

Searched refs:TIMEOUT (Results 1 – 12 of 12) sorted by relevance

/lk-master/external/platform/nrfx/templates/
A Dnrfx_log.h173 NRFX_ERR_STRING(TIMEOUT) in nrfx_get_err_str()
/lk-master/external/lib/lwip/netif/ppp/
A Dfsm.c303 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 Dpap.c205 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 Dchap.c627 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 Dauth.c698 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 Dppp_impl.h108 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } while(… macro
A Dlcp.c1959 TIMEOUT (LcpEchoTimeout, f, lcp_echo_interval); in LcpEchoCheck()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_qspi.h412 #define IS_QSPI_TIMEOUT(TIMEOUT) ((TIMEOUT) <= QUADSPI_LPTR_TIMEOUT) argument
A Dstm32f4xx_fmpi2c.h235 #define IS_FMPI2C_TIMEOUT(TIMEOUT) ((TIMEOUT) <= (uint16_t)0x0FFF) argument
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Di2c_common_15xx.h52 __IO uint32_t TIMEOUT; /*!< I2C Timeout value Register */ member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_uart.h981 #define IS_UART_RECEIVER_TIMEOUT(TIMEOUT) (((TIMEOUT) == UART_RECEIVER_TIMEOUT_DISABLE) || \ argument
982 ((TIMEOUT) == UART_RECEIVER_TIMEOUT_ENABLE))
/lk-master/external/platform/nrfx/
A DCHANGELOG.md299 - Corrected the TIMEOUT event clearing in the WDT interrupt handler.

Completed in 22 milliseconds