Struct esp32s3_hal::pac::ds::query_busy::R
pub struct R(_);
Expand description
Register QUERY_BUSY
reader
Implementations§
§impl R
impl R
pub fn query_busy(&self) -> BitReaderRaw<bool>
pub fn query_busy(&self) -> BitReaderRaw<bool>
Bit 0 - Stores the status of the DS peripheral. 1: The DS peripheral is busy. 0: The DS peripheral is idle.
Methods from Deref<Target = R<QUERY_BUSY_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<QUERY_BUSY_SPEC>> for R
impl From<R<QUERY_BUSY_SPEC>> for R
§fn from(reader: R<QUERY_BUSY_SPEC>) -> R
fn from(reader: R<QUERY_BUSY_SPEC>) -> R
Converts to this type from the input type.