[][src]Type Definition stm32wb_pac::i2c1::OAR1

type OAR1 = Reg<u32, _OAR1>;

Own address register 1

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

For information about available fields see oar1 module

Trait Implementations

impl Readable for OAR1[src]

read() method returns oar1::R reader structure

impl ResetValue for OAR1[src]

Register OAR1 reset()'s with value 0

type Type = u32

Register size

impl Writable for OAR1[src]

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