[][src]Type Definition lpc55s6x_pac::pint::FALL

type FALL = Reg<u32, _FALL>;

Pin interrupt falling edge register

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

For information about available fields see fall module

Trait Implementations

impl Readable for FALL[src]

read() method returns fall::R reader structure

impl ResetValue for FALL[src]

Register FALL reset()'s with value 0

type Type = u32

Register size

impl Writable for FALL[src]

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