[][src]Type Definition cc3220sf::gpioa0::SLR

type SLR = Reg<u32, _SLR>;

0x4000 5518 0x4000 6518 0x4000 7518 0x4002 4518 The GPIOSLR register is the slew rate control register. Slew rate control is only available when using the 8-mA drive strength option via the GPIO 8-mA Drive Select (GPIODR8R) register

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

For information about available fields see slr module

Trait Implementations

impl Readable for SLR[src]

read() method returns slr::R reader structure

impl ResetValue for SLR[src]

Register SLR reset()'s with value 0

type Type = u32

Register size

impl Writable for SLR[src]

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