Type Definition gd32f1::gd32f170::gpiob::OSPD[][src]

type OSPD = Reg<u32, _OSPD>;

GPIO port output speed register

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

For information about available fields see ospd module

Trait Implementations

impl Readable for OSPD[src]

read() method returns ospd::R reader structure

impl ResetValue for OSPD[src]

Register OSPD reset()’s with value 0

type Type = u32

Register size

impl Writable for OSPD[src]

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