Loading...
Searching...
No Matches
circ_buf_t Struct Reference

Circular buffer holding moving average values. More...

Detailed Description

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
 

Field Documentation

◆ buf

uint16_t circ_buf_t::buf[SM_PWM_01C_BUFFER_LEN]

circular buffer memory

Definition at line 109 of file sm_pwm_01c.h.

◆ head

size_t circ_buf_t::head

current buffer head

Definition at line 110 of file sm_pwm_01c.h.


The documentation for this struct was generated from the following file: