RocketLogger  2.0.2
rl_hw.h
Go to the documentation of this file.
1 
32 #ifndef RL_HW_H_
33 #define RL_HW_H_
34 
35 #include "rl.h"
36 
42 void hw_init(rl_config_t const *const config);
43 
49 void hw_deinit(rl_config_t const *const config);
50 
57 int hw_sample(rl_config_t const *const config);
58 
59 #endif /* RL_HW_H_ */
void hw_deinit(rl_config_t const *const config)
Definition: rl_hw.c:93
void hw_init(rl_config_t const *const config)
Definition: rl_hw.c:51
int hw_sample(rl_config_t const *const config)
Definition: rl_hw.c:127
Definition: rl.h:154