Type Definition tm4c123x::can0::STS

source ·
pub type STS = Reg<u32, _STS>;
Expand description

CAN Status

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

For information about available fields see sts module

Trait Implementations§

source§

impl ResetValue for STS

Register STS reset()’s with value 0

§

type Type = u32

Register size
source§

fn reset_value() -> Self::Type

Reset value of the register
source§

impl Readable for STS

read() method returns sts::R reader structure

source§

impl Writable for STS

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