Home
last modified time | relevance | path

Searched refs:ALRMASSR (Results 1 – 17 of 17) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rtc.c310 hrtc->Instance->ALRMASSR = (uint32_t)0x00000000U; in HAL_RTC_DeInit()
875 hrtc->Instance->ALRMASSR = subsecondtmpreg; in HAL_RTC_SetAlarm()
1056 hrtc->Instance->ALRMASSR = subsecondtmpreg; in HAL_RTC_SetAlarm_IT()
1230 subsecondtmpreg = (uint32_t)((hrtc->Instance->ALRMASSR ) & RTC_ALRMASSR_SS); in HAL_RTC_GetAlarm()
Dstm32l0xx_ll_rtc.c195 LL_RTC_WriteReg(RTCx, ALRMASSR, 0x00000000U); in LL_RTC_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc.c464 hrtc->Instance->ALRMASSR = 0x00000000U; in HAL_RTC_DeInit()
1277 hrtc->Instance->ALRMASSR = subsecondtmpreg; in HAL_RTC_SetAlarm()
1461 hrtc->Instance->ALRMASSR = subsecondtmpreg; in HAL_RTC_SetAlarm_IT()
1634 subsecondtmpreg = (uint32_t)((hrtc->Instance->ALRMASSR ) & RTC_ALRMASSR_SS); in HAL_RTC_GetAlarm()
Dstm32l4xx_ll_rtc.c191 LL_RTC_WriteReg(RTCx, ALRMASSR, 0x00000000U); in LL_RTC_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_rtc.h1968 MODIFY_REG(RTCx->ALRMASSR, RTC_ALRMASSR_MASKSS, Mask << RTC_ALRMASSR_MASKSS_Pos); in LL_RTC_ALMA_SetSubSecondMask()
1979 return (uint32_t)(READ_BIT(RTCx->ALRMASSR, RTC_ALRMASSR_MASKSS) >> RTC_ALRMASSR_MASKSS_Pos); in LL_RTC_ALMA_GetSubSecondMask()
1991 MODIFY_REG(RTCx->ALRMASSR, RTC_ALRMASSR_SS, Subsecond); in LL_RTC_ALMA_SetSubSecond()
2002 return (uint32_t)(READ_BIT(RTCx->ALRMASSR, RTC_ALRMASSR_SS)); in LL_RTC_ALMA_GetSubSecond()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rtc_ex.c186 hrtc->Instance->ALRMASSR = 0x00000000U; in HAL_RTC_DeInit()
437 hrtc->Instance->ALRMASSR = subsecondtmpreg; in HAL_RTC_SetAlarm()
630 hrtc->Instance->ALRMASSR = subsecondtmpreg; in HAL_RTC_SetAlarm_IT()
723 subsecondtmpreg = (uint32_t)((hrtc->Instance->ALRMASSR) & RTC_ALRMASSR_SS); in HAL_RTC_GetAlarm()
Dstm32l1xx_ll_rtc.c200 LL_RTC_WriteReg(RTCx, ALRMASSR, 0x00000000U); in LL_RTC_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_rtc.h1974 MODIFY_REG(RTCx->ALRMASSR, RTC_ALRMASSR_MASKSS, Mask << RTC_POSITION_ALMA_MASKSS); in LL_RTC_ALMA_SetSubSecondMask()
1985 return (uint32_t)(READ_BIT(RTCx->ALRMASSR, RTC_ALRMASSR_MASKSS) >> RTC_POSITION_ALMA_MASKSS); in LL_RTC_ALMA_GetSubSecondMask()
1997 MODIFY_REG(RTCx->ALRMASSR, RTC_ALRMASSR_SS, Subsecond); in LL_RTC_ALMA_SetSubSecond()
2008 return (uint32_t)(READ_BIT(RTCx->ALRMASSR, RTC_ALRMASSR_SS)); in LL_RTC_ALMA_GetSubSecond()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rtc.h2222 MODIFY_REG(RTCx->ALRMASSR, RTC_ALRMASSR_MASKSS, Mask << RTC_ALRMASSR_MASKSS_Pos); in LL_RTC_ALMA_SetSubSecondMask()
2233 return (uint32_t)(READ_BIT(RTCx->ALRMASSR, RTC_ALRMASSR_MASKSS) >> RTC_ALRMASSR_MASKSS_Pos); in LL_RTC_ALMA_GetSubSecondMask()
2245 MODIFY_REG(RTCx->ALRMASSR, RTC_ALRMASSR_SS, Subsecond); in LL_RTC_ALMA_SetSubSecond()
2256 return (uint32_t)(READ_BIT(RTCx->ALRMASSR, RTC_ALRMASSR_SS)); in LL_RTC_ALMA_GetSubSecond()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h454 …__IO uint32_t ALRMASSR; /*!< RTC alarm A sub second register, Address … member
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h495 …__IO uint32_t ALRMASSR; /*!< RTC alarm A sub second register, Address … member
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h440 …__IO uint32_t ALRMASSR; /*!< RTC alarm A sub second register, Address … member
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h440 …__IO uint32_t ALRMASSR; /*!< RTC alarm A sub second register, Address … member
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h481 …__IO uint32_t ALRMASSR; /*!< RTC alarm A sub second register, Address … member
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h494 …__IO uint32_t ALRMASSR; /*!< RTC alarm A sub second register, Address … member
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h509 …__IO uint32_t ALRMASSR; /*!< RTC alarm A sub second register, Address … member
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h767 …__IO uint32_t ALRMASSR; /*!< RTC alarm A sub second register, Address… member