caffeine-hal 0.6.6
A Header-Defined Interface c library, it provides the hal layer for the Caffeine framework
Loading...
Searching...
No Matches
Data Fields
cfn_hal_comp_api_s Struct Reference

COMP Virtual Method Table (VMT). More...

#include <cfn_hal_comp.h>

Data Fields

cfn_hal_api_base_t base
 
cfn_hal_error_code_t(* read_output )(cfn_hal_comp_t *driver, cfn_hal_comp_level_t *level)
 
cfn_hal_error_code_t(* set_threshold )(cfn_hal_comp_t *driver, uint32_t threshold)
 
cfn_hal_error_code_t(* start )(cfn_hal_comp_t *driver)
 
cfn_hal_error_code_t(* stop )(cfn_hal_comp_t *driver)
 

Detailed Description

COMP Virtual Method Table (VMT).

Field Documentation

◆ base

cfn_hal_api_base_t cfn_hal_comp_api_s::base

◆ read_output

cfn_hal_error_code_t(* cfn_hal_comp_api_s::read_output) (cfn_hal_comp_t *driver, cfn_hal_comp_level_t *level)

◆ set_threshold

cfn_hal_error_code_t(* cfn_hal_comp_api_s::set_threshold) (cfn_hal_comp_t *driver, uint32_t threshold)

◆ start

cfn_hal_error_code_t(* cfn_hal_comp_api_s::start) (cfn_hal_comp_t *driver)

◆ stop

cfn_hal_error_code_t(* cfn_hal_comp_api_s::stop) (cfn_hal_comp_t *driver)

The documentation for this struct was generated from the following file: