SrxdisR

Type Alias SrxdisR 

pub type SrxdisR = BitReader<Srxdis>;
Expand description

Field SRXDIS reader - Self Reception Disable

Aliased Type§

pub struct SrxdisR { /* private fields */ }

Implementations§

§

impl SrxdisR

pub const fn variant(&self) -> Srxdis

Get enumerated values variant

pub fn is_0(&self) -> bool

Self reception enabled.

pub fn is_1(&self) -> bool

Self reception disabled.