[][src]Type Definition e310x::pmu::PMUIE

type PMUIE = Reg<u32, _PMUIE>;

PMU Interrupt Enable Register

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

For information about available fields see pmuie module

Trait Implementations

impl Readable for PMUIE[src]

read() method returns pmuie::R reader structure

impl ResetValue for PMUIE[src]

Register pmuie reset()'s with value 0

type Type = u32

Register size

impl Writable for PMUIE[src]

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