Home
last modified time | relevance | path

Searched refs:CTL_OS (Results 1 – 3 of 3) sorted by relevance

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rtc.h332 #define CTL_OS(regval) (BITS(21,22) & ((uint32_t)(regval) << 21)) /*!< write va… macro
333 #define RTC_OS_DISABLE CTL_OS(0) /*!< disable …
334 #define RTC_OS_ALARM0 CTL_OS(1) /*!< enable a…
335 #define RTC_OS_ALARM1 CTL_OS(2) /*!< enable a…
336 #define RTC_OS_WAKEUP CTL_OS(3) /*!< enable w…
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h333 #define CTL_OS(regval) (BITS(21,22) & ((uint32_t)(regval) << 21)) /*!< write v… macro
334 #define RTC_OS_DISABLE CTL_OS(0) /*!< disable…
335 #define RTC_OS_ALARM0 CTL_OS(1) /*!< enable …
336 #define RTC_OS_ALARM1 CTL_OS(2) /*!< enable …
337 #define RTC_OS_WAKEUP CTL_OS(3) /*!< enable …
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_rtc.h308 #define CTL_OS(regval) (BITS(21,22) & ((uint32_t)(regval) << 21U)) /*!< write… macro
309 #define RTC_OS_DISABLE CTL_OS(0) /*!< disable…
310 #define RTC_OS_ENABLE CTL_OS(1) /*!< enable …