Circular buffer holding moving average values. More...
Circular buffer holding moving average values.
Definition at line 108 of file sm_pwm_01c.h.
#include <sm_pwm_01c.h>
Data Fields | |
uint16_t | buf [SM_PWM_01C_BUFFER_LEN] |
circular buffer memory | |
size_t | head |
current buffer head | |
uint16_t circ_buf_t::buf[SM_PWM_01C_BUFFER_LEN] |
circular buffer memory
Definition at line 109 of file sm_pwm_01c.h.
size_t circ_buf_t::head |
current buffer head
Definition at line 110 of file sm_pwm_01c.h.