Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_rtc/
Drtc.c99 t->min = (int8_t) ((rtc_0 & RTC_RTC_0_MIN_BITS ) >> RTC_RTC_0_MIN_LSB); in rtc_get_datetime()
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/
Drtc.h332 #define RTC_RTC_0_MIN_LSB _u(8) macro