Struct esp_idf_sys::rmt_rx_channel_config_t
source · #[repr(C)]pub struct rmt_rx_channel_config_t {
pub gpio_num: gpio_num_t,
pub clk_src: rmt_clock_source_t,
pub resolution_hz: u32,
pub mem_block_symbols: usize,
pub flags: rmt_rx_channel_config_t__bindgen_ty_1,
pub intr_priority: c_int,
}
Expand description
@brief RMT RX channel specific configuration
Fields§
§gpio_num: gpio_num_t
< GPIO number used by RMT RX channel. Set to -1 if unused
clk_src: rmt_clock_source_t
< Clock source of RMT RX channel, channels in the same group must use the same clock source
resolution_hz: u32
< Channel clock resolution, in Hz
mem_block_symbols: usize
< Size of memory block, in number of rmt_symbol_word_t
, must be an even.
In the DMA mode, this field controls the DMA buffer size, it can be set to a large value (e.g. 1024);
In the normal mode, this field controls the number of RMT memory block that will be used by the channel.
flags: rmt_rx_channel_config_t__bindgen_ty_1
< RX channel config flags
intr_priority: c_int
< RMT interrupt priority, if set to 0, the driver will try to allocate an interrupt with a relative low priority (1,2,3)
Trait Implementations§
source§impl Clone for rmt_rx_channel_config_t
impl Clone for rmt_rx_channel_config_t
source§fn clone(&self) -> rmt_rx_channel_config_t
fn clone(&self) -> rmt_rx_channel_config_t
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 rmt_rx_channel_config_t
impl Debug for rmt_rx_channel_config_t
source§impl Default for rmt_rx_channel_config_t
impl Default for rmt_rx_channel_config_t
impl Copy for rmt_rx_channel_config_t
Auto Trait Implementations§
impl Freeze for rmt_rx_channel_config_t
impl RefUnwindSafe for rmt_rx_channel_config_t
impl Send for rmt_rx_channel_config_t
impl Sync for rmt_rx_channel_config_t
impl Unpin for rmt_rx_channel_config_t
impl UnwindSafe for rmt_rx_channel_config_t
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
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)