pub type BusyStatReg = RegValueT<BusyStatReg_SPEC>;Expand description
BSR Status Register
Aliased Type§
pub struct BusyStatReg { /* private fields */ }Implementations§
Source§impl BusyStatReg
impl BusyStatReg
Sourcepub fn busy_spare(
self,
) -> RegisterField<30, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_motor(
self,
) -> RegisterField<28, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_timer2(
self,
) -> RegisterField<26, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_timer(
self,
) -> RegisterField<24, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_uart3(
self,
) -> RegisterField<22, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_gpadc(
self,
) -> RegisterField<20, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_pdm(
self,
) -> RegisterField<18, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_src(
self,
) -> RegisterField<16, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_pcm(
self,
) -> RegisterField<14, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_sdadc(
self,
) -> RegisterField<12, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_i2c2(
self,
) -> RegisterField<10, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_i2c(
self,
) -> RegisterField<8, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_spi2(
self,
) -> RegisterField<6, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_spi(
self,
) -> RegisterField<4, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.
Sourcepub fn busy_uart2(
self,
) -> RegisterField<2, 0x3, 1, 0, u8, u8, BusyStatReg_SPEC, R>
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.