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

type PMUX = Reg<u32, _PMUX>;

The PMUX register can be used to output external decouple control and clock_32k on I/O pins. Decouple control can be output on specific PB pins and clock_32k can be output on a specific PA or PB pin. These features override the current setting of the selected pin when enabled. The pin is set to output, pull-up and -down disabled, and analog mode disabled.

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

For information about avaliable fields see pmux module

Trait Implementations

impl Readable for PMUX[src]

read() method returns pmux::R reader structure

impl Writable for PMUX[src]

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

impl ResetValue for PMUX[src]

Register PMUX reset()'s with value 0

type Type = u32

Register size