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

type PMCTRL = Reg<u32, _PMCTRL>;

Pattern match interrupt control register

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

For information about available fields see pmctrl module

Trait Implementations

impl Readable for PMCTRL[src]

read() method returns pmctrl::R reader structure

impl ResetValue for PMCTRL[src]

Register PMCTRL reset()'s with value 0

type Type = u32

Register size

impl Writable for PMCTRL[src]

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