Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_rtc/
Drtc.c67 rtc_hw->setup_0 = (((uint32_t)t->year) << RTC_SETUP_0_YEAR_LSB ) | in rtc_set_datetime()
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/
Drtc.h38 #define RTC_SETUP_0_YEAR_LSB _u(12) macro