[][src]Type Definition betrusted_pac::gpio::INTENA

type INTENA = Reg<u32, _INTENA>;

Enable interrupts when a respective bit is set

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

For information about available fields see intena module

Trait Implementations

impl Readable for INTENA[src]

read() method returns intena::R reader structure

impl ResetValue for INTENA[src]

Register INTENA reset()'s with value 0

type Type = u32

Register size

impl Writable for INTENA[src]

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