Home
last modified time | relevance | path

Searched refs:clkOut (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/irtc/
Dfsl_irtc.c758 void IRTC_ConfigClockOut(RTC_Type *base, irtc_clockout_sel_t clkOut) in IRTC_ConfigClockOut() argument
764 ctrlVal |= RTC_CTRL_CLKOUT((uint16_t)clkOut); in IRTC_ConfigClockOut()
767 if (clkOut == kIRTC_ClkoutCoarse1Hz) in IRTC_ConfigClockOut()
771 else if (clkOut == kIRTC_ClkoutFine1Hz) in IRTC_ConfigClockOut()
Dfsl_irtc.h555 void IRTC_ConfigClockOut(RTC_Type *base, irtc_clockout_sel_t clkOut);