[][src]Type Definition gd32vf103_pac::gpioa::OCTL

type OCTL = Reg<u32, _OCTL>;

Port output control 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