Struct esp_idf_svc::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() -> ReceiveConfig
pub fn clock_divider(self, divider: u8) -> ReceiveConfig
pub fn mem_block_num(self, mem_block_num: u8) -> ReceiveConfig
pub fn idle_threshold(self, threshold: u16) -> ReceiveConfig
pub fn filter_ticks_thresh(self, threshold: u8) -> ReceiveConfig
pub fn filter_en(self, enable: bool) -> ReceiveConfig
pub fn carrier(self, carrier: Option<CarrierConfig>) -> ReceiveConfig
pub fn intr_flags(self, flags: EnumSet<InterruptType>) -> ReceiveConfig
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
source§impl Default for ReceiveConfig
impl Default for ReceiveConfig
source§fn default() -> ReceiveConfig
fn default() -> ReceiveConfig
Defaults from <https://github.com/espressif/esp-idf/blob/master/components/driver/include/driver/rmt.h#L110>
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
)