LSS

Type Alias LSS 

Source
pub type LSS = Reg<u32, _LSS>;
Expand description

LIN snap shot The LSS register captures the free-running timer value when either the sync edge 1 or the sync edge 5 is detected in LIN mode.

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

For information about avaliable fields see lss module

Aliased Type§

pub struct LSS { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for LSS

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

read() method returns lss::R reader structure

Source§

impl Writable for LSS

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