Home
last modified time | relevance | path

Searched refs:PRER (Results 1 – 18 of 18) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rtc.c245 hrtc->Instance->PRER = (uint32_t)(hrtc->Init.SynchPrediv); in HAL_RTC_Init()
246 hrtc->Instance->PRER |= (uint32_t)(hrtc->Init.AsynchPrediv << 16); in HAL_RTC_Init()
Dstm32l1xx_ll_rtc.c190 LL_RTC_WriteReg(RTCx, PRER, (RTC_PRER_PREDIV_A | RTC_SYNCH_PRESC_DEFAULT)); in LL_RTC_DeInit()
Dstm32l1xx_hal_rtc_ex.c179 hrtc->Instance->PRER = 0x007F00FFU; in HAL_RTC_DeInit()
263 sTime->SecondFraction = (uint32_t)(hrtc->Instance->PRER & RTC_PRER_PREDIV_S); in HAL_RTC_GetTime()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rtc.c228 hrtc->Instance->PRER = (uint32_t)(hrtc->Init.SynchPrediv); in HAL_RTC_Init()
229 hrtc->Instance->PRER |= (uint32_t)(hrtc->Init.AsynchPrediv << 16U); in HAL_RTC_Init()
305 hrtc->Instance->PRER = ((uint32_t)(RTC_PRER_PREDIV_A | 0x000000FFU)); in HAL_RTC_DeInit()
555 sTime->SecondFraction = (uint32_t)(hrtc->Instance->PRER & RTC_PRER_PREDIV_S); in HAL_RTC_GetTime()
Dstm32l0xx_ll_rtc.c190 LL_RTC_WriteReg(RTCx, PRER, (RTC_PRER_PREDIV_A | RTC_SYNCH_PRESC_DEFAULT)); in LL_RTC_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc.c343 hrtc->Instance->PRER = (hrtc->Init.SynchPrediv); in HAL_RTC_Init()
344 hrtc->Instance->PRER |= (hrtc->Init.AsynchPrediv << RTC_PRER_PREDIV_A_Pos); in HAL_RTC_Init()
459 hrtc->Instance->PRER = ((uint32_t)(RTC_PRER_PREDIV_A | 0x000000FFU)); in HAL_RTC_DeInit()
955 sTime->SecondFraction = (uint32_t)(hrtc->Instance->PRER & RTC_PRER_PREDIV_S); in HAL_RTC_GetTime()
Dstm32l4xx_ll_rtc.c186 LL_RTC_WriteReg(RTCx, PRER, (RTC_PRER_PREDIV_A | RTC_SYNCH_PRESC_DEFAULT)); in LL_RTC_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_rtc.h1019 MODIFY_REG(RTCx->PRER, RTC_PRER_PREDIV_A, AsynchPrescaler << RTC_PRER_PREDIV_A_Pos); in LL_RTC_SetAsynchPrescaler()
1031 MODIFY_REG(RTCx->PRER, RTC_PRER_PREDIV_S, SynchPrescaler); in LL_RTC_SetSynchPrescaler()
1042 return (uint32_t)(READ_BIT(RTCx->PRER, RTC_PRER_PREDIV_A) >> RTC_PRER_PREDIV_A_Pos); in LL_RTC_GetAsynchPrescaler()
1053 return (uint32_t)(READ_BIT(RTCx->PRER, RTC_PRER_PREDIV_S)); in LL_RTC_GetSynchPrescaler()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_rtc.h1008 MODIFY_REG(RTCx->PRER, RTC_PRER_PREDIV_A, AsynchPrescaler << RTC_POSITION_PRER_PREDIV_A); in LL_RTC_SetAsynchPrescaler()
1020 MODIFY_REG(RTCx->PRER, RTC_PRER_PREDIV_S, SynchPrescaler); in LL_RTC_SetSynchPrescaler()
1031 return (uint32_t)(READ_BIT(RTCx->PRER, RTC_PRER_PREDIV_A) >> RTC_POSITION_PRER_PREDIV_A); in LL_RTC_GetAsynchPrescaler()
1042 return (uint32_t)(READ_BIT(RTCx->PRER, RTC_PRER_PREDIV_S)); in LL_RTC_GetSynchPrescaler()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rtc.h1167 MODIFY_REG(RTCx->PRER, RTC_PRER_PREDIV_A, AsynchPrescaler << RTC_PRER_PREDIV_A_Pos); in LL_RTC_SetAsynchPrescaler()
1179 MODIFY_REG(RTCx->PRER, RTC_PRER_PREDIV_S, SynchPrescaler); in LL_RTC_SetSynchPrescaler()
1190 return (uint32_t)(READ_BIT(RTCx->PRER, RTC_PRER_PREDIV_A) >> RTC_PRER_PREDIV_A_Pos); in LL_RTC_GetAsynchPrescaler()
1201 return (uint32_t)(READ_BIT(RTCx->PRER, RTC_PRER_PREDIV_S)); in LL_RTC_GetSynchPrescaler()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h441 …__IO uint32_t PRER; /*!< RTC prescaler register, Address … member
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h482 …__IO uint32_t PRER; /*!< RTC prescaler register, Address … member
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h427 …__IO uint32_t PRER; /*!< RTC prescaler register, Address … member
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h427 …__IO uint32_t PRER; /*!< RTC prescaler register, Address … member
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h468 …__IO uint32_t PRER; /*!< RTC prescaler register, Address … member
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h481 …__IO uint32_t PRER; /*!< RTC prescaler register, Address … member
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h496 …__IO uint32_t PRER; /*!< RTC prescaler register, Address … member
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h754 …__IO uint32_t PRER; /*!< RTC prescaler register, Address… member