[][src]Type Definition lpc54606_pac::pint::RISE

type RISE = Reg<u32, _RISE>;

Pin interrupt rising edge register

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

For information about available fields see rise module

Trait Implementations

impl Readable for RISE[src]

read() method returns rise::R reader structure

impl ResetValue for RISE[src]

Register RISE reset()'s with value 0

type Type = u32

Register size

impl Writable for RISE[src]

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