[][src]Type Definition efm32pg12_pac::smu::PPUCTRL

type PPUCTRL = Reg<u32, _PPUCTRL>;

PPU Control Register

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

For information about available fields see ppuctrl module

Trait Implementations

impl Readable for PPUCTRL[src]

read() method returns ppuctrl::R reader structure

impl ResetValue for PPUCTRL[src]

Register PPUCTRL reset()'s with value 0

type Type = u32

Register size

impl Writable for PPUCTRL[src]

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