Function esp_idf_sys::rmt_get_mem_pd

source ยท
pub unsafe extern "C" fn rmt_get_mem_pd(
    channel: rmt_channel_t,
    pd_en: *mut bool,
) -> esp_err_t
Expand description

@brief Check if the RMT memory is force powered down

@param channel RMT channel (actually this function is configured for all channels) @param pd_en Pointer to accept the result

@return - ESP_ERR_INVALID_ARG Parameter error - ESP_OK Success