Type Alias BTR

Source
pub type BTR = Reg<u32, _BTR>;
Expand description

bit timing register

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

For information about available fields see btr module

Aliased Type§

pub struct BTR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for BTR

Register BTR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for BTR

read() method returns btr::R reader structure

Source§

impl Writable for BTR

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