Type Definition stm32f1::stm32f103::gpioa::ODR[][src]

type ODR = Reg<u32, _ODR>;

Port output data register (GPIOn_ODR)

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

For information about available fields see odr module

Trait Implementations

impl Readable for ODR[src]

read() method returns odr::R reader structure

impl ResetValue for ODR[src]

Register ODR reset()'s with value 0

type Type = u32

Register size

impl Writable for ODR[src]

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