Function ocsd_dt_remove_decoder

Source
pub unsafe extern "C" fn ocsd_dt_remove_decoder(
    handle: dcd_tree_handle_t,
    CSID: c_uchar,
) -> ocsd_err_t
Expand description

Remove a decoder from the tree and destroy it.

@param handle : Handle to decode tree. @param CSID : Configured CoreSight trace ID for the decoder.

@return ocsd_err_t : Library error code - OCSD_OK if successful.