pub type ID_W<'a, const O: u8> = FieldWriter<'a, u32, SELECTKEYSLOT_SPEC, u8, u8, 8, O>;
Expand description

Field ID writer - Select key slot ID to be read over AHB, or pushed over secure APB, when TASKS_PUSH_KEYSLOT is started. NOTE: ID=0 is not a valid key slot ID. The 0 ID should be used when the KMU is idle or not in use. NOTE: Index N in UICR->KEYSLOT.KEY[N] and UICR->KEYSLOT.CONFIG[N] corresponds to KMU key slot ID=N+1.