#[repr(C)]pub struct CalibrateConfirm {
pub status: MacStatus,
pub cal_tx_rmaker_offset: u32,
pub cal_rx_rmaker_offset: u32,
/* private fields */
}
Expand description
MLME CALIBRATE Confirm which reports the result of a request to the PHY to provide internal propagation path information
Fields§
§status: MacStatus
The status of the attempt to return sounding data
cal_tx_rmaker_offset: u32
A count of the propagation time from the ranging counter to the transmit antenna
cal_rx_rmaker_offset: u32
A count of the propagation time from the receive antenna to the ranging counter
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CalibrateConfirm
impl RefUnwindSafe for CalibrateConfirm
impl Send for CalibrateConfirm
impl Sync for CalibrateConfirm
impl Unpin for CalibrateConfirm
impl UnwindSafe for CalibrateConfirm
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more