Skip to main content

DeviceTypeSecR

Type Alias DeviceTypeSecR 

Source
pub type DeviceTypeSecR = BitReader<DeviceTypeSec>;
Expand description

Field DEVICE_TYPE_SEC reader - Indicates the device type

Aliased Type§

pub struct DeviceTypeSecR { /* private fields */ }

Implementations§

Source§

impl DeviceTypeSecR

Source

pub const fn variant(&self) -> DeviceTypeSec

Get enumerated values variant

Source

pub fn is_non_sec(&self) -> bool

Non Secure

Source

pub fn is_sec(&self) -> bool

Secure