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

type PMCFG = Reg<u32, _PMCFG>;

Pattern match interrupt bit slice configuration register

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

For information about available fields see pmcfg module

Trait Implementations

impl Readable for PMCFG[src]

read() method returns pmcfg::R reader structure

impl ResetValue for PMCFG[src]

Register PMCFG reset()'s with value 0

type Type = u32

Register size

impl Writable for PMCFG[src]

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