Home
last modified time | relevance | path

Searched defs:ALARM (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rtc.h356 #define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || ((ALARM) == RTC_ALARM_B)) argument
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h546 uint16_t ALARM:1; /*!< bit: 8 Alarm x Interrupt Enable */ member
717 uint16_t ALARM:1; /*!< bit: 8 Alarm x Interrupt Enable */ member
888 __I uint16_t ALARM:1; /*!< bit: 8 Alarm x */ member
1053 uint32_t ALARM:1; /*!< bit: 5 ALARM x Register Busy */ member
1329 …__IO RTC_MODE2_ALARM_Type ALARM; /**< \brief Offset: 0x00 (R/W 32) MODE2_ALARM Alarm n … member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc.h836 #define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || ((ALARM) == RTC_ALARM_B)) argument
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h1017 #define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || \ argument