osc32kctrl: implement CONF_SLCDCTRL_SRC setting

This commit is contained in:
Joey Castillo
2022-02-11 12:22:11 -05:00
parent 74f8747764
commit 5dac14974c
2 changed files with 5 additions and 3 deletions

View File

@@ -82,5 +82,7 @@ void _osc32kctrl_init_sources(void)
#endif
hri_osc32kctrl_write_RTCCTRL_reg(hw, OSC32KCTRL_RTCCTRL_RTCSEL(CONF_RTCCTRL));
hri_osc32kctrl_write_SLCDCTRL_SLCDSEL_bit(hw, CONF_SLCDCTRL_SRC);
(void)calib;
}