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

type GCR = Reg<u32, _GCR>;

Global configuration register

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

For information about available fields see gcr module

Trait Implementations

impl Readable for GCR[src]

read() method returns gcr::R reader structure

impl ResetValue for GCR[src]

Register GCR reset()'s with value 0

type Type = u32

Register size

impl Writable for GCR[src]

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