| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ | 
| D | stm32l0xx_hal_rtc.c | 310     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()
 
 | 
| D | stm32l0xx_ll_rtc.c | 195     LL_RTC_WriteReg(RTCx, ALRMASSR, 0x00000000U);  in LL_RTC_DeInit()
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ | 
| D | stm32l4xx_hal_rtc.c | 464         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()
 
 | 
| D | stm32l4xx_ll_rtc.c | 191     LL_RTC_WriteReg(RTCx, ALRMASSR, 0x00000000U);  in LL_RTC_DeInit()
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ | 
| D | stm32l1xx_ll_rtc.h | 1968   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-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ | 
| D | stm32l1xx_hal_rtc_ex.c | 186     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()
 
 | 
| D | stm32l1xx_ll_rtc.c | 200     LL_RTC_WriteReg(RTCx, ALRMASSR, 0x00000000U);  in LL_RTC_DeInit()
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ | 
| D | stm32l0xx_ll_rtc.h | 1974   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-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ | 
| D | stm32l4xx_ll_rtc.h | 2222   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-latest/src/boards/SKiM881AXL/cmsis/ | 
| D | stm32l081xx.h | 454 …__IO uint32_t ALRMASSR;   /*!< RTC alarm A sub second register,                           Address …  member
 | 
| /loramac-node-latest/src/boards/NucleoL073/cmsis/ | 
| D | stm32l073xx.h | 495 …__IO uint32_t ALRMASSR;   /*!< RTC alarm A sub second register,                           Address …  member
 | 
| /loramac-node-latest/src/boards/SKiM980A/cmsis/ | 
| D | stm32l151xba.h | 440 …__IO uint32_t ALRMASSR;   /*!< RTC alarm A sub second register,                           Address …  member
 | 
| /loramac-node-latest/src/boards/SKiM880B/cmsis/ | 
| D | stm32l151xba.h | 440 …__IO uint32_t ALRMASSR;   /*!< RTC alarm A sub second register,                           Address …  member
 | 
| /loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/ | 
| D | stm32l072xx.h | 481 …__IO uint32_t ALRMASSR;   /*!< RTC alarm A sub second register,                           Address …  member
 | 
| /loramac-node-latest/src/boards/NAMote72/cmsis/ | 
| D | stm32l152xc.h | 494 …__IO uint32_t ALRMASSR;   /*!< RTC alarm A sub second register,                           Address …  member
 | 
| /loramac-node-latest/src/boards/NucleoL152/cmsis/ | 
| D | stm32l152xe.h | 509 …__IO uint32_t ALRMASSR;   /*!< RTC alarm A sub second register,                           Address …  member
 | 
| /loramac-node-latest/src/boards/NucleoL476/cmsis/ | 
| D | stm32l476xx.h | 767 …__IO uint32_t ALRMASSR;    /*!< RTC alarm A sub second register,                           Address…  member
 |