Type Alias stm32wlxx_hal::pac::aes::keyr6::KEY_W
pub type KEY_W<'a, const O: u8> = FieldWriterRaw<'a, u32, KEYR6_SPEC, u32, u32, Safe, 32, O>;
Available on crate feature
stm32wl5x_cm4
only.Expand description
Field KEY
writer - AES key register (MSB key [223:192])
Aliased Type§
struct KEY_W<'a, const O: u8> { /* private fields */ }