| /bsp/n32/libraries/n32_drivers/ |
| A D | drv_rtc.c | 85 RTC_InitStructure.RTC_AsynchPrediv = AsynchPrediv; in rt_rtc_config()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_rtc.c | 123 assert_param(IS_RTC_ASYNCH_PREDIV(RTC_InitStruct->RTC_AsynchPrediv)); in RTC_Init() 144 RTC->PRER |= (uint32_t)(RTC_InitStruct->RTC_AsynchPrediv << 16); in RTC_Init() 169 RTC_InitStruct->RTC_AsynchPrediv = (uint32_t)0x7F; in RTC_StructInit()
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_rtc.c | 200 assert_param(IS_RTC_PREDIV_ASYNCH(RTC_InitStruct->RTC_AsynchPrediv)); in RTC_Init() 221 RTC->PRE |= (uint32_t)(RTC_InitStruct->RTC_AsynchPrediv << 16); in RTC_Init() 246 RTC_InitStruct->RTC_AsynchPrediv = (uint32_t)0x7F; in RTC_StructInit()
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/ |
| A D | n32g4fr_rtc.c | 202 assert_param(IS_RTC_PREDIV_ASYNCH(RTC_InitStruct->RTC_AsynchPrediv)); in RTC_Init() 223 RTC->PRE |= (uint32_t)(RTC_InitStruct->RTC_AsynchPrediv << 16); in RTC_Init() 248 RTC_InitStruct->RTC_AsynchPrediv = (uint32_t)0x7F; in RTC_StructInit()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/ |
| A D | n32wb452_rtc.c | 200 assert_param(IS_RTC_PREDIV_ASYNCH(RTC_InitStruct->RTC_AsynchPrediv)); in RTC_Init() 221 RTC->PRE |= (uint32_t)(RTC_InitStruct->RTC_AsynchPrediv << 16); in RTC_Init() 246 RTC_InitStruct->RTC_AsynchPrediv = (uint32_t)0x7F; in RTC_StructInit()
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_rtc.c | 200 assert_param(IS_RTC_PREDIV_ASYNCH(RTC_InitStruct->RTC_AsynchPrediv)); in RTC_Init() 221 RTC->PRE |= (uint32_t)(RTC_InitStruct->RTC_AsynchPrediv << 16); in RTC_Init() 245 RTC_InitStruct->RTC_AsynchPrediv = (uint32_t)0x7F; in RTC_StructInit()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_rtc.c | 354 assert_param(IS_RTC_ASYNCH_PREDIV(RTC_InitStruct->RTC_AsynchPrediv)); in RTC_Init() 376 RTC->PRER |= (uint32_t)(RTC_InitStruct->RTC_AsynchPrediv << 16); in RTC_Init() 401 RTC_InitStruct->RTC_AsynchPrediv = (uint32_t)0x7F; in RTC_StructInit()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | n32l40x_rtc.c | 200 assert_param(IS_RTC_PREDIV_ASYNCH(RTC_InitStruct->RTC_AsynchPrediv)); in RTC_Init() 221 RTC->PRE |= (uint32_t)(RTC_InitStruct->RTC_AsynchPrediv << 16); in RTC_Init() 246 RTC_InitStruct->RTC_AsynchPrediv = (uint32_t)0x7F; in RTC_StructInit()
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | n32l43x_rtc.c | 190 assert_param(IS_RTC_PREDIV_ASYNCH(RTC_InitStruct->RTC_AsynchPrediv)); in RTC_Init() 208 RTC->PRE |= (uint32_t)(RTC_InitStruct->RTC_AsynchPrediv << 16); in RTC_Init() 230 RTC_InitStruct->RTC_AsynchPrediv = (uint32_t)0x7F; in RTC_StructInit()
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/ |
| A D | n32g43x_rtc.c | 200 assert_param(IS_RTC_PREDIV_ASYNCH(RTC_InitStruct->RTC_AsynchPrediv)); in RTC_Init() 218 RTC->PRE |= (uint32_t)(RTC_InitStruct->RTC_AsynchPrediv << 16); in RTC_Init() 241 RTC_InitStruct->RTC_AsynchPrediv = (uint32_t)0x7F; in RTC_StructInit()
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/ |
| A D | n32g4fr_rtc.h | 60 uint32_t RTC_AsynchPrediv; /*!< Specifies the RTC Asynchronous Predivider value. member
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_rtc.h | 60 uint32_t RTC_AsynchPrediv; /*!< Specifies the RTC Asynchronous Predivider value. member
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/ |
| A D | n32wb452_rtc.h | 60 uint32_t RTC_AsynchPrediv; /*!< Specifies the RTC Asynchronous Predivider value. member
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_rtc.h | 60 uint32_t RTC_AsynchPrediv; /*!< Specifies the RTC Asynchronous Predivider value. member
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_rtc.h | 40 uint32_t RTC_AsynchPrediv; /*!< Specifies the RTC Asynchronous Predivider value. member
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_rtc.h | 38 uint32_t RTC_AsynchPrediv; /*!< Specifies the RTC Asynchronous Predivider value. member
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_rtc.h | 60 uint32_t RTC_AsynchPrediv; /*!< Specifies the RTC Asynchronous Predivider value. member
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_rtc.h | 60 uint32_t RTC_AsynchPrediv; /*!< Specifies the RTC Asynchronous Predivider value. member
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/ |
| A D | n32g43x_rtc.h | 60 uint32_t RTC_AsynchPrediv; /*!< Specifies the RTC Asynchronous Predivider value. member
|