Type Alias BSRR

Source
pub type BSRR = Reg<u32, _BSRR>;
Expand description

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

Aliased Type§

pub struct BSRR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for BSRR

Register BSRR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Writable for BSRR

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