Struct esp32c2_hal::pac::uart0::fsm_status::FSM_STATUS_SPEC
pub struct FSM_STATUS_SPEC;
Expand description
UART transmit and receive status.
This register you can read
. See API.
For information about available fields see fsm_status module
Trait Implementations§
§impl Readable for FSM_STATUS_SPEC
impl Readable for FSM_STATUS_SPEC
read()
method returns fsm_status::R reader structure
§impl RegisterSpec for FSM_STATUS_SPEC
impl RegisterSpec for FSM_STATUS_SPEC
§impl Resettable for FSM_STATUS_SPEC
impl Resettable for FSM_STATUS_SPEC
reset()
method sets FSM_STATUS to value 0
§const RESET_VALUE: <FSM_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::uart0::fsm_status::FSM_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
const RESET_VALUE: <FSM_STATUS_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::uart0::fsm_status::FSM_STATUS_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
Reset value of the register.
§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.