[][src]Type Definition stm32wb_pac::sai1::PDMCR

type PDMCR = Reg<u32, _PDMCR>;

PDM control register

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

For information about available fields see pdmcr module

Trait Implementations

impl Readable for PDMCR[src]

read() method returns pdmcr::R reader structure

impl ResetValue for PDMCR[src]

Register PDMCR reset()'s with value 0

type Type = u32

Register size

impl Writable for PDMCR[src]

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