BRR

Type Alias BRR 

Source
pub type BRR = Reg<u32, _BRR>;
Expand description

port bit reset register

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

For information about available fields see brr module

Aliased Type§

pub struct BRR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for BRR

Register BRR 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 BRR

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