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

type BDR = Reg<u32, _BDR>;

BData register

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

For information about available fields see bdr module

Trait Implementations

impl Readable for BDR[src]

read() method returns bdr::R reader structure

impl ResetValue for BDR[src]

Register BDR reset()'s with value 0

type Type = u32

Register size

impl Writable for BDR[src]

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