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

type BIM = Reg<u32, _BIM>;

BInterrupt mask register2

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

For information about available fields see bim module

Trait Implementations

impl Readable for BIM[src]

read() method returns bim::R reader structure

impl ResetValue for BIM[src]

Register BIM reset()'s with value 0

type Type = u32

Register size

impl Writable for BIM[src]

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