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

type AFRL = Reg<u32, _AFRL>;

GPIO alternate function low register

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

For information about available fields see afrl module

Trait Implementations

impl Readable for AFRL[src]

read() method returns afrl::R reader structure

impl ResetValue for AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

Register size

impl Writable for AFRL[src]

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