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

type BSRR = Reg<u32, _BSRR>;

GPIO port bit set/reset register

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

For information about available fields see bsrr module

Trait Implementations

impl ResetValue for BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

Register size

impl Writable for BSRR[src]

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