pub fn rtc_device_init<L>(
locked: &mut Locked<L>,
current_task: &CurrentTask,
) -> Result<(), Errno>where
L: LockEqualOrBefore<FileOpsCore>,Expand description
Initialize an RTC dynamic device. Initialize a RTC device.
It will be available at /dev/rtc0.