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

type PDMDLY = Reg<u32, _PDMDLY>;

PDM delay register

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

For information about available fields see pdmdly module

Trait Implementations

impl Readable for PDMDLY[src]

read() method returns pdmdly::R reader structure

impl ResetValue for PDMDLY[src]

Register PDMDLY reset()'s with value 0

type Type = u32

Register size

impl Writable for PDMDLY[src]

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