FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gap8/pmsis/include/pmsis/implem/drivers/perf/perf.h File Reference

Functions

static void pi_perf_conf (unsigned events)
 
static void pi_perf_reset ()
 
static void pi_perf_fc_reset ()
 
static void pi_perf_cl_reset ()
 
static void pi_perf_start ()
 
static void pi_perf_fc_start ()
 
static void pi_perf_cl_start ()
 
static void pi_perf_stop ()
 
static unsigned int pi_perf_read (int id)
 
static unsigned int pi_perf_fc_read (int id)
 
static unsigned int pi_perf_cl_read (int id)
 

Function Documentation

static unsigned int pi_perf_cl_read ( int  id)
inlinestatic
static void pi_perf_cl_reset ( )
inlinestatic
static void pi_perf_cl_start ( )
inlinestatic
static void pi_perf_conf ( unsigned  events)
inlinestatic

References __pi_perf_fc_conf(), and pi_is_fc().

static unsigned int pi_perf_fc_read ( int  id)
inlinestatic

References __pi_perf_fc_read().

static void pi_perf_fc_reset ( )
inlinestatic

References __pi_perf_fc_reset().

static void pi_perf_fc_start ( )
inlinestatic

References __pi_perf_fc_start().

static unsigned int pi_perf_read ( int  id)
inlinestatic

References __pi_perf_fc_read(), and pi_is_fc().

static void pi_perf_reset ( )
inlinestatic

References __pi_perf_fc_reset(), and pi_is_fc().

static void pi_perf_start ( )
inlinestatic

References __pi_perf_fc_start(), and pi_is_fc().

static void pi_perf_stop ( )
inlinestatic

References __pi_perf_fc_stop(), and pi_is_fc().