[][src]Type Definition cc2538::gpio_c::GPIOLOCK

type GPIOLOCK = Reg<u32, _GPIOLOCK>;

A write of the value 0x4C4F434B to the GPIOLOCK register unlocks the GPIO commit register (GPIOCR) for write access. A write of any other value reapplies the lock, preventing any register updates. Any write to the commit register (GPIOCR) causes the lock register to be locked.

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

For information about avaliable fields see gpiolock module

Trait Implementations

impl Readable for GPIOLOCK[src]

read() method returns gpiolock::R reader structure

impl Writable for GPIOLOCK[src]

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

impl ResetValue for GPIOLOCK[src]

Register GPIOLOCK reset()'s with value 0

type Type = u32

Register size