Type Definition stm32f1::stm32f100::cec::OAR[][src]

type OAR = Reg<u32, _OAR>;

CEC own address register

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

For information about available fields see oar module

Trait Implementations

impl Readable for OAR[src]

read() method returns oar::R reader structure

impl ResetValue for OAR[src]

Register OAR reset()'s with value 0

type Type = u32

Register size

impl Writable for OAR[src]

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