Searched refs:idle_threshold (Results 1 – 3 of 3) sorted by relevance
56 uint16_t idle_threshold; /*!< RMT RX idle threshold */ member119 .idle_threshold = 12000, \
162 …old that will turn the RMT receiver idle, set in number of ticks - **idle_threshold**. The receive…
645 uint16_t threshold = rmt_param->rx_config.idle_threshold; in rmt_internal_config()