Type Definition stm32g4::stm32g484::sai::ch::CLRFR[][src]

type CLRFR = Reg<u32, _CLRFR>;

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