Home
last modified time | relevance | path

Searched refs:RTC_IE_SEC_Pos (Results 1 – 4 of 4) sorted by relevance

/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_rtc.c61 RTCx->IE = (initStruct->SecondIEn << RTC_IE_SEC_Pos) | in RTC_Init()
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_rtc.c67 RTCx->IE = (initStruct->SecondIEn << RTC_IE_SEC_Pos) | in RTC_Init()
/bsp/synwit/libraries/SWM320_CSL/CMSIS/DeviceSupport/
A DSWM320.h2950 #define RTC_IE_SEC_Pos 0 //秒中断使能 macro
2951 #define RTC_IE_SEC_Msk (0x01 << RTC_IE_SEC_Pos)
/bsp/synwit/libraries/SWM341_CSL/CMSIS/DeviceSupport/
A DSWM341.h3144 #define RTC_IE_SEC_Pos 0 //秒中断使能 macro
3145 #define RTC_IE_SEC_Msk (0x01 << RTC_IE_SEC_Pos)

Completed in 41 milliseconds