[][src]Function mmal_sys::mmal_util_get_core_port_stats

pub unsafe extern "C" fn mmal_util_get_core_port_stats(
    port: *mut MMAL_PORT_T,
    dir: MMAL_CORE_STATS_DIR,
    reset: MMAL_BOOL_T,
    stats: *mut MMAL_CORE_STATISTICS_T
) -> Type

Get the MMAL core statistics for a given port.

@param port port to query @param dir port direction @param reset reset the stats as well @param stats filled in with results @return MMAL_SUCCESS or error