Home
last modified time | relevance | path

Searched refs:RTC_RTC_1_DAY_BITS (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_rtc/
Drtc.c103 t->day = (int8_t) ((rtc_1 & RTC_RTC_1_DAY_BITS ) >> RTC_RTC_1_DAY_LSB); in rtc_get_datetime()
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/
Drtc.h299 #define RTC_RTC_1_DAY_BITS _u(0x0000001f) macro