[][src]Type Definition stm32f4::stm32f407::sai1::ch::IM

type IM = Reg<u32, _IM>;

SAI 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