Home
last modified time | relevance | path

Searched refs:PM (Results 1 – 15 of 15) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hpl/pm/
Dhpl_pm.c58 hri_pm_write_SLEEPCFG_SLEEPMODE_bf(PM, mode); in _set_sleep_mode()
72 hri_pm_clear_INTFLAG_reg(PM, 0xFF); in _set_performance_level()
73 if (hri_pm_get_PLCFG_PLSEL_bf(PM, PM_PLCFG_PLSEL_Msk) != level) { in _set_performance_level()
74 hri_pm_write_PLCFG_PLSEL_bf(PM, level); in _set_performance_level()
76 while (!hri_pm_read_INTFLAG_reg(PM)) in _set_performance_level()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/
Dsaml21e15b.h409 #define PM (0x40000000) /**< \brief (PM) APB Base Address */ macro
510 #define PM ((Pm *)0x40000000UL) /**< \brief (PM) APB Base Address */ macro
512 #define PM_INSTS { PM } /**< \brief (PM) Instances List */
Dsaml21e17b.h409 #define PM (0x40000000) /**< \brief (PM) APB Base Address */ macro
510 #define PM ((Pm *)0x40000000UL) /**< \brief (PM) APB Base Address */ macro
512 #define PM_INSTS { PM } /**< \brief (PM) Instances List */
Dsaml21e18b.h409 #define PM (0x40000000) /**< \brief (PM) APB Base Address */ macro
510 #define PM ((Pm *)0x40000000UL) /**< \brief (PM) APB Base Address */ macro
512 #define PM_INSTS { PM } /**< \brief (PM) Instances List */
Dsaml21g16b.h409 #define PM (0x40000000) /**< \brief (PM) APB Base Address */ macro
510 #define PM ((Pm *)0x40000000UL) /**< \brief (PM) APB Base Address */ macro
512 #define PM_INSTS { PM } /**< \brief (PM) Instances List */
Dsaml21g17b.h409 #define PM (0x40000000) /**< \brief (PM) APB Base Address */ macro
510 #define PM ((Pm *)0x40000000UL) /**< \brief (PM) APB Base Address */ macro
512 #define PM_INSTS { PM } /**< \brief (PM) Instances List */
Dsaml21g18b.h409 #define PM (0x40000000) /**< \brief (PM) APB Base Address */ macro
510 #define PM ((Pm *)0x40000000UL) /**< \brief (PM) APB Base Address */ macro
512 #define PM_INSTS { PM } /**< \brief (PM) Instances List */
Dsaml21e16b.h409 #define PM (0x40000000) /**< \brief (PM) APB Base Address */ macro
510 #define PM ((Pm *)0x40000000UL) /**< \brief (PM) APB Base Address */ macro
512 #define PM_INSTS { PM } /**< \brief (PM) Instances List */
Dsaml21j16b.h417 #define PM (0x40000000) /**< \brief (PM) APB Base Address */ macro
520 #define PM ((Pm *)0x40000000UL) /**< \brief (PM) APB Base Address */ macro
522 #define PM_INSTS { PM } /**< \brief (PM) Instances List */
Dsaml21j17b.h417 #define PM (0x40000000) /**< \brief (PM) APB Base Address */ macro
520 #define PM ((Pm *)0x40000000UL) /**< \brief (PM) APB Base Address */ macro
522 #define PM_INSTS { PM } /**< \brief (PM) Instances List */
Dsaml21j18b.h417 #define PM (0x40000000) /**< \brief (PM) APB Base Address */ macro
520 #define PM ((Pm *)0x40000000UL) /**< \brief (PM) APB Base Address */ macro
522 #define PM_INSTS { PM } /**< \brief (PM) Instances List */
Dsaml21j18bu.h417 #define PM (0x40000000) /**< \brief (PM) APB Base Address */ macro
520 #define PM ((Pm *)0x40000000UL) /**< \brief (PM) APB Base Address */ macro
522 #define PM_INSTS { PM } /**< \brief (PM) Instances List */
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rtc.h210 #define IS_RTC_HOURFORMAT12(PM) (((PM) == RTC_HOURFORMAT12_AM) || ((PM) == RTC_HOURFORMAT12_PM)) argument
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc.h795 #define IS_RTC_HOURFORMAT12(PM) (((PM) == RTC_HOURFORMAT12_AM) || \ argument
796 ((PM) == RTC_HOURFORMAT12_PM))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h975 #define IS_RTC_HOURFORMAT12(PM) (((PM) == RTC_HOURFORMAT12_AM) || \ argument
976 ((PM) == RTC_HOURFORMAT12_PM))