[][src]Type Definition stm32wb_pac::gpioh::LCKR

type LCKR = Reg<u32, _LCKR>;

GPIO port configuration lock register

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

For information about available fields see lckr module

Trait Implementations

impl Readable for LCKR[src]

read() method returns lckr::R reader structure

impl ResetValue for LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

Register size

impl Writable for LCKR[src]

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