[][src]Type Definition stm32wb_pac::gpioa::OSPEEDR

type OSPEEDR = Reg<u32, _OSPEEDR>;

GPIO port output speed register

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

For information about available fields see ospeedr module

Trait Implementations

impl Readable for OSPEEDR[src]

read() method returns ospeedr::R reader structure

impl ResetValue for OSPEEDR[src]

Register OSPEEDR reset()'s with value 0x0c00_0000

type Type = u32

Register size

impl Writable for OSPEEDR[src]

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