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

type IS = Reg<u32, _IS>;

The IS register is the interrupt sense register.

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

For information about avaliable fields see is module

Trait Implementations

impl Readable for IS[src]

read() method returns is::R reader structure

impl Writable for IS[src]

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

impl ResetValue for IS[src]

Register IS reset()'s with value 0

type Type = u32

Register size