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

type CLRFR = Reg<u32, _CLRFR>;

SAI AClear flag register

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

For information about available fields see clrfr module

Trait Implementations

impl Readable for CLRFR[src]

read() method returns clrfr::R reader structure

impl ResetValue for CLRFR[src]

Register CLRFR reset()'s with value 0

type Type = u32

Register size

impl Writable for CLRFR[src]

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