Type Definition tm4c129x::gpio_porta_ahb::CR

source ·
pub type CR = Reg<u32, _CR>;
Expand description

GPIO Commit

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

For information about available fields see cr module

Trait Implementations§

source§

impl ResetValue for CR

Register CR reset()’s with value 0

§

type Type = u32

Register size
source§

fn reset_value() -> Self::Type

Reset value of the register
source§

impl Readable for CR

read() method returns cr::R reader structure

source§

impl Writable for CR

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