Type Definition gd32f1::gd32f130::gpiod::OCTL[][src]

type OCTL = Reg<u32, _OCTL>;

GPIO port output data register

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

For information about available fields see octl module

Trait Implementations

impl Readable for OCTL[src]

read() method returns octl::R reader structure

impl ResetValue for OCTL[src]

Register OCTL reset()’s with value 0

type Type = u32

Register size

impl Writable for OCTL[src]

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