Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rtc.c311 hrtc->Instance->ALRMBSSR = (uint32_t)0x00000000U; in HAL_RTC_DeInit()
907 hrtc->Instance->ALRMBSSR = subsecondtmpreg; in HAL_RTC_SetAlarm()
1090 hrtc->Instance->ALRMBSSR = subsecondtmpreg; in HAL_RTC_SetAlarm_IT()
1247 subsecondtmpreg = (uint32_t)((hrtc->Instance->ALRMBSSR) & RTC_ALRMBSSR_SS); in HAL_RTC_GetAlarm()
Dstm32l0xx_ll_rtc.c196 LL_RTC_WriteReg(RTCx, ALRMBSSR, 0x00000000U); in LL_RTC_DeInit()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc.c465 hrtc->Instance->ALRMBSSR = 0x00000000U; in HAL_RTC_DeInit()
1310 hrtc->Instance->ALRMBSSR = subsecondtmpreg; in HAL_RTC_SetAlarm()
1495 hrtc->Instance->ALRMBSSR = subsecondtmpreg; in HAL_RTC_SetAlarm_IT()
1651 subsecondtmpreg = (uint32_t)((hrtc->Instance->ALRMBSSR) & RTC_ALRMBSSR_SS); in HAL_RTC_GetAlarm()
Dstm32l4xx_ll_rtc.c192 LL_RTC_WriteReg(RTCx, ALRMBSSR, 0x00000000U); in LL_RTC_DeInit()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_rtc.h2348 MODIFY_REG(RTCx->ALRMBSSR, RTC_ALRMBSSR_MASKSS, Mask << RTC_ALRMBSSR_MASKSS_Pos); in LL_RTC_ALMB_SetSubSecondMask()
2359 return (uint32_t)(READ_BIT(RTCx->ALRMBSSR, RTC_ALRMBSSR_MASKSS) >> RTC_ALRMBSSR_MASKSS_Pos); in LL_RTC_ALMB_GetSubSecondMask()
2371 MODIFY_REG(RTCx->ALRMBSSR, RTC_ALRMBSSR_SS, Subsecond); in LL_RTC_ALMB_SetSubSecond()
2382 return (uint32_t)(READ_BIT(RTCx->ALRMBSSR, RTC_ALRMBSSR_SS)); in LL_RTC_ALMB_GetSubSecond()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rtc_ex.c187 hrtc->Instance->ALRMBSSR = 0x00000000U; in HAL_RTC_DeInit()
471 hrtc->Instance->ALRMBSSR = subsecondtmpreg; in HAL_RTC_SetAlarm()
666 hrtc->Instance->ALRMBSSR = subsecondtmpreg; in HAL_RTC_SetAlarm_IT()
732 subsecondtmpreg = (uint32_t)((hrtc->Instance->ALRMBSSR) & RTC_ALRMBSSR_SS); in HAL_RTC_GetAlarm()
Dstm32l1xx_ll_rtc.c201 LL_RTC_WriteReg(RTCx, ALRMBSSR, 0x00000000U); in LL_RTC_DeInit()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_rtc.h2352 MODIFY_REG(RTCx->ALRMBSSR, RTC_ALRMBSSR_MASKSS, Mask << RTC_POSITION_ALMB_MASKSS); in LL_RTC_ALMB_SetSubSecondMask()
2363 return (uint32_t)(READ_BIT(RTCx->ALRMBSSR, RTC_ALRMBSSR_MASKSS) >> RTC_POSITION_ALMB_MASKSS); in LL_RTC_ALMB_GetSubSecondMask()
2375 MODIFY_REG(RTCx->ALRMBSSR, RTC_ALRMBSSR_SS, Subsecond); in LL_RTC_ALMB_SetSubSecond()
2386 return (uint32_t)(READ_BIT(RTCx->ALRMBSSR, RTC_ALRMBSSR_SS)); in LL_RTC_ALMB_GetSubSecond()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rtc.h2588 MODIFY_REG(RTCx->ALRMBSSR, RTC_ALRMBSSR_MASKSS, Mask << RTC_ALRMBSSR_MASKSS_Pos); in LL_RTC_ALMB_SetSubSecondMask()
2599 return (uint32_t)(READ_BIT(RTCx->ALRMBSSR, RTC_ALRMBSSR_MASKSS) >> RTC_ALRMBSSR_MASKSS_Pos); in LL_RTC_ALMB_GetSubSecondMask()
2611 MODIFY_REG(RTCx->ALRMBSSR, RTC_ALRMBSSR_SS, Subsecond); in LL_RTC_ALMB_SetSubSecond()
2622 return (uint32_t)(READ_BIT(RTCx->ALRMBSSR, RTC_ALRMBSSR_SS)); in LL_RTC_ALMB_GetSubSecond()
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h455 …__IO uint32_t ALRMBSSR; /*!< RTC alarm B sub second register, Address … member
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h482 …__IO uint32_t ALRMBSSR; /*!< RTC alarm B sub second register, Address … member
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h496 …__IO uint32_t ALRMBSSR; /*!< RTC alarm B sub second register, Address … member
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h441 …__IO uint32_t ALRMBSSR; /*!< RTC alarm B sub second register, Address … member
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h441 …__IO uint32_t ALRMBSSR; /*!< RTC alarm B sub second register, Address … member
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/
Dstm32l152xc.h495 …__IO uint32_t ALRMBSSR; /*!< RTC alarm B sub second register, Address … member
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h510 …__IO uint32_t ALRMBSSR; /*!< RTC alarm B sub second register, Address … member
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h768 …__IO uint32_t ALRMBSSR; /*!< RTC alarm B sub second register, Address… member