BusyStatReg

Type Alias BusyStatReg 

Source
pub type BusyStatReg = RegValueT<BusyStatReg_SPEC>;
Expand description

BSR Status Register

Aliased Type§

pub struct BusyStatReg { /* private fields */ }

Implementations§

Source§

impl BusyStatReg

Source

pub fn busy_spare( self, ) -> RegisterField<30, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_motor( self, ) -> RegisterField<28, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_timer2( self, ) -> RegisterField<26, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_timer( self, ) -> RegisterField<24, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_uart3( self, ) -> RegisterField<22, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_gpadc( self, ) -> RegisterField<20, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_pdm( self, ) -> RegisterField<18, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_src( self, ) -> RegisterField<16, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_pcm( self, ) -> RegisterField<14, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_sdadc( self, ) -> RegisterField<12, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_i2c2( self, ) -> RegisterField<10, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_i2c( self, ) -> RegisterField<8, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_spi2( self, ) -> RegisterField<6, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_spi( self, ) -> RegisterField<4, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_uart2( self, ) -> RegisterField<2, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Source

pub fn busy_uart( self, ) -> RegisterField<0, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>

A non-zero value indicates the resource is busy. The value represents which master is using it.

Trait Implementations§

Source§

impl Default for BusyStatReg

Source§

fn default() -> BusyStatReg

Returns the “default value” for a type. Read more