Type Alias stm32_hal2::pac::gpioa::odr::ODR0_W

source ·
pub type ODR0_W<'a, const O: u8> = BitWriterRaw<'a, u32, ODR_SPEC, ODR0_A, BitM, O>;
Expand description

Field ODR0 writer - Port output data bit These bits can be read and written by software. Note: For atomic bit set/reset, the OD bits can be individually set and/or reset by writing to the GPIOx_BSRR or GPIOx_BRR registers (x = A..F).

Aliased Type§

struct ODR0_W<'a, const O: u8> { /* private fields */ }