Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_rtc/
Drtc.c100 t->sec = (int8_t) ((rtc_0 & RTC_RTC_0_SEC_BITS ) >> RTC_RTC_0_SEC_LSB); in rtc_get_datetime()
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/
Drtc.h340 #define RTC_RTC_0_SEC_LSB _u(0) macro