[][src]Type Definition stm32f3::stm32f373::gpioc::OTYPER

type OTYPER = Reg<u32, _OTYPER>;

GPIO port output type register

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

For information about available fields see otyper module

Trait Implementations

impl Readable for OTYPER[src]

read() method returns otyper::R reader structure

impl ResetValue for OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

Register size

impl Writable for OTYPER[src]

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