TSR

Type Alias TSR 

Source
pub type TSR = Reg<u32, _TSR>;
Expand description

transmit status register

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

For information about available fields see tsr module

Aliased Type§

pub struct TSR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for TSR

Register TSR reset()’s with value 0x1c00_0000

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for TSR

read() method returns tsr::R reader structure

Source§

impl Writable for TSR

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