Type Definition gd32f1::gd32f170::gpiod::OMODE[][src]

type OMODE = Reg<u32, _OMODE>;

GPIO port output type register

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

For information about available fields see omode module

Trait Implementations

impl Readable for OMODE[src]

read() method returns omode::R reader structure

impl ResetValue for OMODE[src]

Register OMODE reset()’s with value 0

type Type = u32

Register size

impl Writable for OMODE[src]

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