pub fn check_power_clock_array<const N: usize>(
    array: Option<[u16; N]>
) -> Option<[u16; N]>