Home
last modified time | relevance | path

Searched refs:RTC_DR_MT_Pos (Results 1 – 10 of 10) sorted by relevance

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_rtc.h1492 (((Month & 0xF0U) << (RTC_DR_MT_Pos - 4U)) | ((Month & 0x0FU) << RTC_DR_MU_Pos))); in LL_RTC_DATE_SetMonth()
1522 …return (uint32_t)((((temp & RTC_DR_MT) >> RTC_DR_MT_Pos) << 4U) | ((temp & RTC_DR_MU) >> RTC_DR_MU… in LL_RTC_DATE_GetMonth()
1599 (((Month & 0xF0U) << (RTC_DR_MT_Pos - 4U)) | ((Month & 0x0FU) << RTC_DR_MU_Pos)) | \ in LL_RTC_DATE_Config()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rtc.h1759 (((Month & 0xF0U) << (RTC_DR_MT_Pos - 4U)) | ((Month & 0x0FU) << RTC_DR_MU_Pos))); in LL_RTC_DATE_SetMonth()
1860 (((Month & 0xF0U) << (RTC_DR_MT_Pos - 4U)) | ((Month & 0x0FU) << RTC_DR_MU_Pos)) | \ in LL_RTC_DATE_Config()
1889 …(((((temp & RTC_DR_MT) >> RTC_DR_MT_Pos) << 4U) | ((temp & RTC_DR_MU) >> RTC_DR_MU_Pos)) << RTC_OF… in LL_RTC_DATE_Get()
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h4347 #define RTC_DR_MT_Pos (12U) macro
4348 #define RTC_DR_MT_Msk (0x1U << RTC_DR_MT_Pos) /*!< 0x00001000 */
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h4703 #define RTC_DR_MT_Pos (12U) macro
4704 #define RTC_DR_MT_Msk (0x1U << RTC_DR_MT_Pos) /*!< 0x00001000 */
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h4854 #define RTC_DR_MT_Pos (12U) macro
4855 #define RTC_DR_MT_Msk (0x1U << RTC_DR_MT_Pos) /*!< 0x00001000 */
/loramac-node-3.7.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h4506 #define RTC_DR_MT_Pos (12U) macro
4507 #define RTC_DR_MT_Msk (0x1U << RTC_DR_MT_Pos) /*!< 0x00001000 */
/loramac-node-3.7.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h4506 #define RTC_DR_MT_Pos (12U) macro
4507 #define RTC_DR_MT_Msk (0x1U << RTC_DR_MT_Pos) /*!< 0x00001000 */
/loramac-node-3.7.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h4935 #define RTC_DR_MT_Pos (12U) macro
4936 #define RTC_DR_MT_Msk (0x1U << RTC_DR_MT_Pos) /*!< 0x00001000 */
/loramac-node-3.7.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h5041 #define RTC_DR_MT_Pos (12U) macro
5042 #define RTC_DR_MT_Msk (0x1U << RTC_DR_MT_Pos) /*!< 0x00001000 */
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11795 #define RTC_DR_MT_Pos (12U) macro
11796 #define RTC_DR_MT_Msk (0x1UL << RTC_DR_MT_Pos) /*!< 0x00001000 */