[][src]Type Definition msp430fr2355::pmm::PMMIFG

type PMMIFG = Reg<u16, _PMMIFG>;

PMM interrupt flag register

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

For information about available fields see pmmifg module

Trait Implementations

impl Readable for PMMIFG[src]

read() method returns pmmifg::R reader structure

impl ResetValue for PMMIFG[src]

Register PMMIFG reset()'s with value 0

type Type = u16

Register size

impl Writable for PMMIFG[src]

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