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

type ACR1 = Reg<u32, _ACR1>;

AConfiguration register 1

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

For information about available fields see acr1 module

Trait Implementations

impl Readable for ACR1[src]

read() method returns acr1::R reader structure

impl ResetValue for ACR1[src]

Register ACR1 reset()'s with value 0x40

type Type = u32

Register size

impl Writable for ACR1[src]

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