LSEOF

Type Alias LSEOF 

Source
pub type LSEOF = Reg<u8, _LSEOF>;
Expand description

USB Low-Speed Last Transaction to End of Frame Timing

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

For information about available fields see lseof module

Aliased Type§

pub struct LSEOF { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for LSEOF

Register LSEOF reset()’s with value 0

Source§

type Type = u8

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for LSEOF

read() method returns lseof::R reader structure

Source§

impl Writable for LSEOF

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