Searched refs:RTC_ALRMBR_MNU (Results 1 – 13 of 13) sorted by relevance
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_rtc.h | 2238 MODIFY_REG(RTCx->ALRMBR, (RTC_ALRMBR_MNT | RTC_ALRMBR_MNU), in LL_RTC_ALMB_SetMinute() 2254 temp = READ_BIT(RTCx->ALRMBR, (RTC_ALRMBR_MNT | RTC_ALRMBR_MNU)); in LL_RTC_ALMB_GetMinute() 2255 …)((((temp & RTC_ALRMBR_MNT) >> RTC_ALRMBR_MNT_Pos) << 4U) | ((temp & RTC_ALRMBR_MNU) >> RTC_ALRMBR… in LL_RTC_ALMB_GetMinute() 2315 …MBR, RTC_ALRMBR_PM| RTC_ALRMBR_HT | RTC_ALRMBR_HU | RTC_ALRMBR_MNT | RTC_ALRMBR_MNU | RTC_ALRMBR_S… in LL_RTC_ALMB_ConfigTime()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_rtc.h | 2243 MODIFY_REG(RTCx->ALRMBR, (RTC_ALRMBR_MNT | RTC_ALRMBR_MNU), in LL_RTC_ALMB_SetMinute() 2259 temp = READ_BIT(RTCx->ALRMBR, (RTC_ALRMBR_MNT | RTC_ALRMBR_MNU)); in LL_RTC_ALMB_GetMinute() 2260 …(((temp & RTC_ALRMBR_MNT) >> RTC_POSITION_ALMB_MT) << 4U) | ((temp & RTC_ALRMBR_MNU) >> RTC_POSITI… in LL_RTC_ALMB_GetMinute() 2320 …MBR, RTC_ALRMBR_PM| RTC_ALRMBR_HT | RTC_ALRMBR_HU | RTC_ALRMBR_MNT | RTC_ALRMBR_MNU | RTC_ALRMBR_S… in LL_RTC_ALMB_ConfigTime()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_rtc.h | 2485 MODIFY_REG(RTCx->ALRMBR, (RTC_ALRMBR_MNT | RTC_ALRMBR_MNU), in LL_RTC_ALMB_SetMinute() 2499 return ((READ_BIT(RTCx->ALRMBR, (RTC_ALRMBR_MNT | RTC_ALRMBR_MNU))) >> RTC_ALRMBR_MNU_Pos); in LL_RTC_ALMB_GetMinute() 2556 …MBR, RTC_ALRMBR_PM| RTC_ALRMBR_HT | RTC_ALRMBR_HU | RTC_ALRMBR_MNT | RTC_ALRMBR_MNU | RTC_ALRMBR_S… in LL_RTC_ALMB_ConfigTime()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_rtc.c | 1251 sAlarm->AlarmTime.Minutes = (uint32_t)((tmpreg & (RTC_ALRMBR_MNT | RTC_ALRMBR_MNU)) >> 8U); in HAL_RTC_GetAlarm()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rtc.c | 1655 …sAlarm->AlarmTime.Minutes = (uint8_t)((tmpreg & (RTC_ALRMBR_MNT | RTC_ALRMBR_MNU)) >> RTC_ALRMBR_M… in HAL_RTC_GetAlarm()
|
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 4621 #define RTC_ALRMBR_MNU RTC_ALRMBR_MNU_Msk /*!< */ macro
|
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 4977 #define RTC_ALRMBR_MNU RTC_ALRMBR_MNU_Msk /*!< */ macro
|
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 5128 #define RTC_ALRMBR_MNU RTC_ALRMBR_MNU_Msk /*!< */ macro
|
/loramac-node-3.7.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 4796 #define RTC_ALRMBR_MNU RTC_ALRMBR_MNU_Msk macro
|
/loramac-node-3.7.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 4796 #define RTC_ALRMBR_MNU RTC_ALRMBR_MNU_Msk macro
|
/loramac-node-3.7.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 5225 #define RTC_ALRMBR_MNU RTC_ALRMBR_MNU_Msk macro
|
/loramac-node-3.7.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 5331 #define RTC_ALRMBR_MNU RTC_ALRMBR_MNU_Msk macro
|
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 12080 #define RTC_ALRMBR_MNU RTC_ALRMBR_MNU_Msk macro
|