[][src]Type Definition stm32wb_pac::gpioe::ODR

type ODR = Reg<u32, _ODR>;

GPIO port output data register

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

For information about available fields see odr module

Trait Implementations

impl Readable for ODR[src]

read() method returns odr::R reader structure

impl ResetValue for ODR[src]

Register ODR reset()'s with value 0

type Type = u32

Register size

impl Writable for ODR[src]

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