Type Alias stm32_hal2::pac::gpioa::bsrr::BS8_W

source ·
pub type BS8_W<'a, const O: u8> = BitWriterRaw<'a, u32, BSRR_SPEC, BS0_AW, BitM, O>;
Expand description

Field BS0 writer - Port x set bit y (y= 0..15) These bits are write-only. A read to these bits returns the value 0x0000.

Aliased Type§

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