RocketLogger 2.1.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
42void hw_init(rl_config_t const *const config);
43
49void hw_deinit(rl_config_t const *const config);
50
57int 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