Type Definition tm4c123x::gpio_porta::AFSEL

source ·
pub type AFSEL = Reg<u32, _AFSEL>;
Expand description

GPIO Alternate Function Select

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

For information about available fields see afsel module

Trait Implementations§

source§

impl ResetValue for AFSEL

Register AFSEL 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 AFSEL

read() method returns afsel::R reader structure

source§

impl Writable for AFSEL

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