Type Definition stm32g4::stm32g474::sai::ch::IM[][src]

type IM = Reg<u32, _IM>;

AInterrupt mask register2

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

For information about available fields see im module

Trait Implementations

impl Readable for IM[src]

read() method returns im::R reader structure

impl ResetValue for IM[src]

Register IM reset()'s with value 0

type Type = u32

Register size

impl Writable for IM[src]

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