[][src]Type Definition msp430fr4133::pmm::PMMIE

type PMMIE = Reg<u16, _PMMIE>;

PMM Interrupt Enable

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

For information about available fields see pmmie module

Trait Implementations

impl Readable for PMMIE[src]

read() method returns pmmie::R reader structure

impl ResetValue for PMMIE[src]

Register PMMIE reset()'s with value 0

type Type = u16

Register size

impl Writable for PMMIE[src]

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