Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_rtc/
Dfsl_rtc.h264 static inline void RTC_SetSecondsTimerCount(RTC_Type *base, uint32_t countValue) in RTC_SetSecondsTimerCount() argument
267 base->COUNT = countValue; in RTC_SetSecondsTimerCount()
/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi.c1114 status_t XSPI_UpdateSFPArbitrationLockTimeoutCounter(XSPI_Type *base, uint32_t countValue) in XSPI_UpdateSFPArbitrationLockTimeoutCounter() argument
1121 base->SFP_ARB_TIMEOUT = countValue; in XSPI_UpdateSFPArbitrationLockTimeoutCounter()
1140 status_t XSPI_UpdateIPAccessTimeoutCounter(XSPI_Type *base, uint32_t countValue) in XSPI_UpdateIPAccessTimeoutCounter() argument
1147 base->MTO = countValue; in XSPI_UpdateIPAccessTimeoutCounter()
2278 status_t XSPI_UpdatePageWaitTimeCounter(XSPI_Type *base, uint32_t countValue) in XSPI_UpdatePageWaitTimeCounter() argument
2295 base->PPWF_TCNT = countValue; in XSPI_UpdatePageWaitTimeCounter()
Dfsl_xspi.h1554 status_t XSPI_UpdateSFPArbitrationLockTimeoutCounter(XSPI_Type *base, uint32_t countValue);
1619 status_t XSPI_UpdateIPAccessTimeoutCounter(XSPI_Type *base, uint32_t countValue);
2198 status_t XSPI_UpdatePageWaitTimeCounter(XSPI_Type *base, uint32_t countValue);