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

type ADR = Reg<u32, _ADR>;

AData register

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

For information about available fields see adr module

Trait Implementations

impl Readable for ADR[src]

read() method returns adr::R reader structure

impl ResetValue for ADR[src]

Register ADR reset()'s with value 0

type Type = u32

Register size

impl Writable for ADR[src]

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