| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ | 
| D | stm32l1xx_ll_rtc.h | 2458   return (uint32_t)(READ_BIT(RTCx->TSTR, RTC_TSTR_PM));  in LL_RTC_TS_GetTimeFormat() 2471   return (uint32_t)(READ_BIT(RTCx->TSTR, RTC_TSTR_HT | RTC_TSTR_HU) >> RTC_TSTR_HU_Pos);  in LL_RTC_TS_GetHour() 2484   return (uint32_t)(READ_BIT(RTCx->TSTR, RTC_TSTR_MNT | RTC_TSTR_MNU) >> RTC_TSTR_MNU_Pos);  in LL_RTC_TS_GetMinute() 2497   return (uint32_t)(READ_BIT(RTCx->TSTR, RTC_TSTR_ST | RTC_TSTR_SU));  in LL_RTC_TS_GetSecond() 2515   return (uint32_t)(READ_BIT(RTCx->TSTR,  in LL_RTC_TS_GetTime()
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ | 
| D | stm32l0xx_ll_rtc.h | 2461   return (uint32_t)(READ_BIT(RTCx->TSTR, RTC_TSTR_PM));  in LL_RTC_TS_GetTimeFormat() 2474   return (uint32_t)(READ_BIT(RTCx->TSTR, RTC_TSTR_HT | RTC_TSTR_HU) >> RTC_POSITION_TS_HU);  in LL_RTC_TS_GetHour() 2487   return (uint32_t)(READ_BIT(RTCx->TSTR, RTC_TSTR_MNT | RTC_TSTR_MNU) >> RTC_POSITION_TS_MNU);  in LL_RTC_TS_GetMinute() 2500   return (uint32_t)(READ_BIT(RTCx->TSTR, RTC_TSTR_ST | RTC_TSTR_SU));  in LL_RTC_TS_GetSecond() 2518   return (uint32_t)(READ_BIT(RTCx->TSTR,  in LL_RTC_TS_GetTime()
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ | 
| D | stm32l4xx_ll_rtc.h | 2721   return (uint32_t)(READ_BIT(RTCx->TSTR, RTC_TSTR_PM));  in LL_RTC_TS_GetTimeFormat() 2734   return (uint32_t)(READ_BIT(RTCx->TSTR, RTC_TSTR_HT | RTC_TSTR_HU) >> RTC_TSTR_HU_Pos);  in LL_RTC_TS_GetHour() 2747   return (uint32_t)(READ_BIT(RTCx->TSTR, RTC_TSTR_MNT | RTC_TSTR_MNU) >> RTC_TSTR_MNU_Pos);  in LL_RTC_TS_GetMinute() 2760   return (uint32_t)(READ_BIT(RTCx->TSTR, RTC_TSTR_ST | RTC_TSTR_SU));  in LL_RTC_TS_GetSecond() 2778   return (uint32_t)(READ_BIT(RTCx->TSTR,  in LL_RTC_TS_GetTime()
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ | 
| D | stm32l0xx_hal_rtc_ex.c | 326   tmptime = (uint32_t)(hrtc->Instance->TSTR & RTC_TR_RESERVED_MASK);  in HAL_RTCEx_GetTimeStamp()
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ | 
| D | stm32l4xx_hal_rtc_ex.c | 436   tmptime = (uint32_t)(hrtc->Instance->TSTR & RTC_TR_RESERVED_MASK);  in HAL_RTCEx_GetTimeStamp()
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ | 
| D | stm32l1xx_hal_rtc_ex.c | 1023   tmptime = (uint32_t)(hrtc->Instance->TSTR & RTC_TR_RESERVED_MASK);  in HAL_RTCEx_GetTimeStamp()
  | 
| /loramac-node-latest/src/boards/SKiM881AXL/cmsis/ | 
| D | stm32l081xx.h | 449 …__IO uint32_t TSTR;       /*!< RTC time stamp time register,                              Address …  member
  | 
| /loramac-node-latest/src/boards/NucleoL073/cmsis/ | 
| D | stm32l073xx.h | 490 …__IO uint32_t TSTR;       /*!< RTC time stamp time register,                              Address …  member
  | 
| /loramac-node-latest/src/boards/SKiM980A/cmsis/ | 
| D | stm32l151xba.h | 435 …__IO uint32_t TSTR;       /*!< RTC time stamp time register,                              Address …  member
  | 
| /loramac-node-latest/src/boards/SKiM880B/cmsis/ | 
| D | stm32l151xba.h | 435 …__IO uint32_t TSTR;       /*!< RTC time stamp time register,                              Address …  member
  | 
| /loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/ | 
| D | stm32l072xx.h | 476 …__IO uint32_t TSTR;       /*!< RTC time stamp time register,                              Address …  member
  | 
| /loramac-node-latest/src/boards/NAMote72/cmsis/ | 
| D | stm32l152xc.h | 489 …__IO uint32_t TSTR;       /*!< RTC time stamp time register,                              Address …  member
  | 
| /loramac-node-latest/src/boards/NucleoL152/cmsis/ | 
| D | stm32l152xe.h | 504 …__IO uint32_t TSTR;       /*!< RTC time stamp time register,                              Address …  member
  | 
| /loramac-node-latest/src/boards/NucleoL476/cmsis/ | 
| D | stm32l476xx.h | 762 …__IO uint32_t TSTR;        /*!< RTC time stamp time register,                              Address…  member
  |