|
This struct contains function pointers that are optional to support different optimizations. More...
#include <acc_hal_definitions_a121.h>
Data Fields | |
acc_hal_sensor_transfer16_function_t | transfer16 |
This struct contains function pointers that are optional to support different optimizations.
Optional
This struct contains function pointers to support different optimizations. These optimizations can be utilized for some integrations. If they are defined, they will override the corresponding non-optimized function.
For example, if the transfer16 function is implemented, it will be used instead of the transfer function.
Definition at line 71 of file acc_hal_definitions_a121.h.
acc_hal_sensor_transfer16_function_t acc_hal_optimization_t::transfer16 |
Definition at line 73 of file acc_hal_definitions_a121.h.