[][src]Type Definition efm32pg12_pac::msc::WDATA

type WDATA = Reg<u32, _WDATA>;

Write Data Register

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

For information about available fields see wdata module

Trait Implementations

impl Readable for WDATA[src]

read() method returns wdata::R reader structure

impl ResetValue for WDATA[src]

Register WDATA reset()'s with value 0

type Type = u32

Register size

impl Writable for WDATA[src]

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