Searched refs:rmt_driver_channels (Results 1 – 1 of 1) sorted by relevance
67 …uint8_t rmt_driver_channels; // Bitmask of installed drivers' channels, used to protect concurrent… member107 .rmt_driver_channels = 0,706 …ESP_RETURN_ON_FALSE(rmt_contex.rmt_driver_channels == 0, ESP_FAIL, TAG, "RMT driver installed, can… in rmt_isr_register()947 rmt_contex.rmt_driver_channels &= ~BIT(channel); in rmt_driver_uninstall()948 if (rmt_contex.rmt_driver_channels == 0 && rmt_contex.rmt_driver_intr_handle) { in rmt_driver_uninstall()1064 if (rmt_contex.rmt_driver_channels == 0) { in rmt_driver_install()1069 rmt_contex.rmt_driver_channels |= BIT(channel); in rmt_driver_install()