Home
last modified time | relevance | path

Searched refs:timeOutCount (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/
Dfwk_platform_lowpower.c116 uint64_t timeOutCount = USEC_TO_COUNT(timeOutUs, 1000U); in PLATFORM_StartWakeUpTimer() local
119 if (timeOutCount >= PLATFORM_MAX_WAKE_UP_TIMER_COUNT) in PLATFORM_StartWakeUpTimer()
121 timeOutCount = PLATFORM_MAX_WAKE_UP_TIMER_COUNT; in PLATFORM_StartWakeUpTimer()
124 wakeUpTimerStartCount = (uint16_t)timeOutCount; in PLATFORM_StartWakeUpTimer()
/hal_nxp-latest/mcux/mcux-sdk/drivers/capt/
Dfsl_capt.c107 tmp32 |= CAPT_POLL_TCNT_TOUT(config->timeOutCount) | CAPT_POLL_TCNT_POLL(config->pollCount) | in CAPT_Init()
165 config->timeOutCount = 12U; in CAPT_GetDefaultConfig()
Dfsl_capt.h174 …uint8_t timeOutCount; /*!< Sets the count value at which a time-out event occurs if a measurement … member