[][src]Type Definition stm32f4::stm32f407::cryp::key::KLR

type KLR = Reg<u32, _KLR>;

key registers

This register you can reset, write, write_with_zero. See API.

For information about available fields see klr module

Trait Implementations

impl ResetValue for KLR[src]

Register KLR reset()'s with value 0

type Type = u32

Register size

impl Writable for KLR[src]

write(|w| ..) method takes klr::W writer structure