Struct esp_idf_hal::rmt::config::ReceiveConfig
source · pub struct ReceiveConfig {
pub clock_divider: u8,
pub mem_block_num: u8,
pub idle_threshold: u16,
pub filter_ticks_thresh: u8,
pub filter_en: bool,
pub carrier: Option<CarrierConfig>,
pub intr_flags: EnumSet<InterruptType>,
}
Expand description
Used when creating a Receive
instance.
Fields§
§clock_divider: u8
§mem_block_num: u8
§idle_threshold: u16
§filter_ticks_thresh: u8
§filter_en: bool
§carrier: Option<CarrierConfig>
§intr_flags: EnumSet<InterruptType>
Implementations§
source§impl ReceiveConfig
impl ReceiveConfig
pub fn new() -> Self
pub fn clock_divider(self, divider: u8) -> Self
pub fn mem_block_num(self, mem_block_num: u8) -> Self
pub fn idle_threshold(self, threshold: u16) -> Self
pub fn filter_ticks_thresh(self, threshold: u8) -> Self
pub fn filter_en(self, enable: bool) -> Self
pub fn carrier(self, carrier: Option<CarrierConfig>) -> Self
pub fn intr_flags(self, flags: EnumSet<InterruptType>) -> Self
Trait Implementations§
source§impl Clone for ReceiveConfig
impl Clone for ReceiveConfig
source§fn clone(&self) -> ReceiveConfig
fn clone(&self) -> ReceiveConfig
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ReceiveConfig
impl Debug for ReceiveConfig
Auto Trait Implementations§
impl Freeze for ReceiveConfig
impl RefUnwindSafe for ReceiveConfig
impl Send for ReceiveConfig
impl Sync for ReceiveConfig
impl Unpin for ReceiveConfig
impl UnwindSafe for ReceiveConfig
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)