COUNT7_RX

Type Alias COUNT7_RX 

Source
pub type COUNT7_RX = Reg<u16, _COUNT7_RX>;
Expand description

Reception byte count 0

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

For information about available fields see count7_rx module

Aliased Type§

pub struct COUNT7_RX { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for COUNT7_RX

Register COUNT7_RX reset()’s with value 0

Source§

type Type = u16

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for COUNT7_RX

read() method returns count7_rx::R reader structure

Source§

impl Writable for COUNT7_RX

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