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

type AIM = Reg<u32, _AIM>;

AInterrupt mask register2

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

For information about available fields see aim module

Trait Implementations

impl Readable for AIM[src]

read() method returns aim::R reader structure

impl ResetValue for AIM[src]

Register AIM reset()'s with value 0

type Type = u32

Register size

impl Writable for AIM[src]

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