[][src]Type Definition stm32wb_pac::gpioh::AFRH

type AFRH = Reg<u32, _AFRH>;

GPIO alternate function high register

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

For information about available fields see afrh module

Trait Implementations

impl Readable for AFRH[src]

read() method returns afrh::R reader structure

impl ResetValue for AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

Register size

impl Writable for AFRH[src]

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