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

type INTPOL = Reg<u32, _INTPOL>;

When a bit is 1, falling-edges cause interrupts. Otherwise, rising edges cause interrupts.

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

For information about available fields see intpol module

Trait Implementations

impl Readable for INTPOL[src]

read() method returns intpol::R reader structure

impl ResetValue for INTPOL[src]

Register INTPOL reset()'s with value 0

type Type = u32

Register size

impl Writable for INTPOL[src]

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