Home
last modified time | relevance | path

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

/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_rtc.h278 #define IS_RTC_ALARM_SEL(ALARM) (((ALARM) == RTC_A_ALARM) || ((ALARM) == RTC_B_ALARM)) argument
279 #define IS_RTC_ALARM_ENABLE(ALARM) (((ALARM) & (RTC_A_ALARM | RTC_B_ALARM)) != (uint32_t)RESET) argument
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_rtc.h278 #define IS_RTC_ALARM_SEL(ALARM) (((ALARM) == RTC_A_ALARM) || ((ALARM) == RTC_B_ALARM)) argument
279 #define IS_RTC_ALARM_ENABLE(ALARM) (((ALARM) & (RTC_A_ALARM | RTC_B_ALARM)) != (uint32_t)RESET) argument
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_rtc.h278 #define IS_RTC_ALARM_SEL(ALARM) (((ALARM) == RTC_A_ALARM) || ((ALARM) == RTC_B_ALARM)) argument
279 #define IS_RTC_ALARM_ENABLE(ALARM) (((ALARM) & (RTC_A_ALARM | RTC_B_ALARM)) != (uint32_t)RESET) argument
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_rtc.h278 #define IS_RTC_ALARM_SEL(ALARM) (((ALARM) == RTC_A_ALARM) || ((ALARM) == RTC_B_ALARM)) argument
279 #define IS_RTC_ALARM_ENABLE(ALARM) (((ALARM) & (RTC_A_ALARM | RTC_B_ALARM)) != (uint32_t)RESET) argument
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_rtc.h269 #define IS_RTC_ALARM(ALARM) ((ALARM) == RTC_Alarm_A) argument
270 #define IS_RTC_CMD_ALARM(ALARM) (((ALARM) & (RTC_Alarm_A)) != (uint32_t)RESET) argument
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_rtc.h278 #define IS_RTC_ALARM_SEL(ALARM) (((ALARM) == RTC_A_ALARM) || ((ALARM) == RTC_B_ALARM)) argument
279 #define IS_RTC_ALARM_ENABLE(ALARM) (((ALARM) & (RTC_A_ALARM | RTC_B_ALARM)) != (uint32_t)RESET) argument
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_rtc.h278 #define IS_RTC_ALARM_SEL(ALARM) (((ALARM) == RTC_A_ALARM) || ((ALARM) == RTC_B_ALARM)) argument
279 #define IS_RTC_ALARM_ENABLE(ALARM) (((ALARM) & (RTC_A_ALARM | RTC_B_ALARM)) != (uint32_t)RESET) argument
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_rtc.h278 #define IS_RTC_ALARM_SEL(ALARM) (((ALARM) == RTC_A_ALARM) || ((ALARM) == RTC_B_ALARM)) argument
279 #define IS_RTC_ALARM_ENABLE(ALARM) (((ALARM) & (RTC_A_ALARM | RTC_B_ALARM)) != (uint32_t)RESET) argument
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_rtc.h267 #define IS_RTC_ALARM(ALARM) ((ALARM) == RTC_Alarm_A) argument
268 #define IS_RTC_CMD_ALARM(ALARM) (((ALARM) & (RTC_Alarm_A)) != (uint32_t)RESET) argument
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Drtc.h510 uint8_t ALARM:1; /*!< bit: 0 Alarm x Interrupt Enable */ member
606 uint8_t ALARM:1; /*!< bit: 0 Alarm x Interrupt Enable */ member
702 __I uint8_t ALARM:1; /*!< bit: 0 Alarm x */ member
990 …__IO RTC_MODE2_ALARM_Type ALARM; /**< \brief Offset: 0x00 (R/W 32) MODE2_ALARM Alarm n … member
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Drtc.h513 uint8_t ALARM:1; /*!< bit: 0 Alarm x Interrupt Enable */ member
609 uint8_t ALARM:1; /*!< bit: 0 Alarm x Interrupt Enable */ member
705 uint8_t ALARM:1; /*!< bit: 0 Alarm x */ member
987 …__IO RTC_MODE2_ALARM_Type ALARM; /**< \brief Offset: 0x00 (R/W 32) MODE2_ALARM Alarm n … member
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_rtc.h448 #define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || ((ALARM) == RTC_ALARM_B)) argument
/bsp/microchip/samc21/bsp/samc21/include/component/
A Drtc.h547 uint16_t ALARM:1; /*!< bit: 8 Alarm x Interrupt Enable */ member
718 uint16_t ALARM:1; /*!< bit: 8 Alarm x Interrupt Enable */ member
889 __I uint16_t ALARM:1; /*!< bit: 8 Alarm x */ member
1054 uint32_t ALARM:1; /*!< bit: 5 ALARM x Register Busy */ member
1319 …__IO RTC_MODE2_ALARM_Type ALARM; /**< \brief Offset: 0x00 (R/W 32) MODE2_ALARM Alarm n … member
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Drtc.h837 uint16_t ALARM:2; /*!< bit: 8.. 9 Alarm x Interrupt Enable */ member
1029 uint16_t ALARM:2; /*!< bit: 8.. 9 Alarm x Interrupt Enable */ member
1221 __I uint16_t ALARM:2; /*!< bit: 8.. 9 Alarm x */ member
1439 uint32_t ALARM:2; /*!< bit: 5.. 6 ALARM x Register Busy */ member
1996 …__IO RTC_MODE2_ALARM_Type ALARM; /**< \brief Offset: 0x00 (R/W 32) MODE2_ALARM Alarm n … member
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Drtc.h837 uint16_t ALARM:2; /*!< bit: 8.. 9 Alarm x Interrupt Enable */ member
1029 uint16_t ALARM:2; /*!< bit: 8.. 9 Alarm x Interrupt Enable */ member
1221 __I uint16_t ALARM:2; /*!< bit: 8.. 9 Alarm x */ member
1439 uint32_t ALARM:2; /*!< bit: 5.. 6 ALARM x Register Busy */ member
1996 …__IO RTC_MODE2_ALARM_Type ALARM; /**< \brief Offset: 0x00 (R/W 32) MODE2_ALARM Alarm n … member
/bsp/microchip/same54/bsp/include/component/
A Drtc.h837 uint16_t ALARM:2; /*!< bit: 8.. 9 Alarm x Interrupt Enable */ member
1029 uint16_t ALARM:2; /*!< bit: 8.. 9 Alarm x Interrupt Enable */ member
1221 __I uint16_t ALARM:2; /*!< bit: 8.. 9 Alarm x */ member
1439 uint32_t ALARM:2; /*!< bit: 5.. 6 ALARM x Register Busy */ member
1996 …__IO RTC_MODE2_ALARM_Type ALARM; /**< \brief Offset: 0x00 (R/W 32) MODE2_ALARM Alarm n … member
/bsp/microchip/saml10/bsp/include/component/
A Drtc.h1015 … uint16_t ALARM:1; /**< bit: 8 Alarm x Interrupt Enable */ member
1235 … uint16_t ALARM:1; /**< bit: 8 Alarm x Interrupt Enable */ member
1455 …__I uint16_t ALARM:1; /**< bit: 8 Alarm x … member
1684 … uint32_t ALARM:1; /**< bit: 5 ALARM x Register Busy */ member
2201 …__IO RTC_MODE2_ALARM_Type ALARM; /**< Offset: 0x00 (R/W 32) MODE2_ALARM Alarm … member
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/
A Dfm33lg0xx.h768 …__IO uint32_t ALARM; /*!< RTCA Alarm Register, … member
794 …__IO uint32_t ALARM; /*!< Alarm Register, … member
A Dfm33lc0xx.h512 …__IO uint32_t ALARM; /*!< RTC Alarm Register, Address … member
/bsp/fm33lc026/libraries/FM/FM33xx/Include/
A Dfm33lg0xx.h768 …__IO uint32_t ALARM; /*!< RTCA Alarm Register, … member
794 …__IO uint32_t ALARM; /*!< Alarm Register, … member
A Dfm33lc0xx.h512 …__IO uint32_t ALARM; /*!< RTC Alarm Register, Address … member
/bsp/microchip/same70/bsp/same70b/include/component/
A Drtc.h376 … uint32_t ALARM:1; /**< bit: 1 Alarm Flag */ member
/bsp/yichip/yc3122-pos/Libraries/CMSIS/Device/YICHIP/YC3122/Include/
A Dyc3122.h4120 …__IOM uint32_t ALARM : 1; /*!< [1..1] 1: 允许闹钟中断 0:禁止闹钟中断 */ member
4130 __IOM uint32_t ALARM : 1; /*!< [1..1] 1: 闹钟中断,clk_alm_ie为0时也会置 member
4141 } ALARM; member

Completed in 193 milliseconds