|
caffeine-hal 0.6.6
A Header-Defined Interface c library, it provides the hal layer for the Caffeine framework
|
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) |
COMP Virtual Method Table (VMT).
| cfn_hal_api_base_t cfn_hal_comp_api_s::base |
| cfn_hal_error_code_t(* cfn_hal_comp_api_s::read_output) (cfn_hal_comp_t *driver, cfn_hal_comp_level_t *level) |
| cfn_hal_error_code_t(* cfn_hal_comp_api_s::set_threshold) (cfn_hal_comp_t *driver, uint32_t threshold) |
| cfn_hal_error_code_t(* cfn_hal_comp_api_s::start) (cfn_hal_comp_t *driver) |
| cfn_hal_error_code_t(* cfn_hal_comp_api_s::stop) (cfn_hal_comp_t *driver) |