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

type AFSEL = Reg<u32, _AFSEL>;

The AFSEL register is the mode control select register. Writing 1 to any bit in this register selects the hardware (peripheral) control for the corresponding GPIO line. All bits are cleared by a reset, therefore no GPIO line is set to hardware control by default.

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

For information about avaliable fields see afsel module

Trait Implementations

impl Readable for AFSEL[src]

read() method returns afsel::R reader structure

impl Writable for AFSEL[src]

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

impl ResetValue for AFSEL[src]

Register AFSEL reset()'s with value 0

type Type = u32

Register size