RBControl
Library for the RB3201-RBControl board with the ESP32 by RoboticsBrno.
Classes | Enumerations | Functions
i2s_parallel.h File Reference
#include "soc/i2s_struct.h"
#include <stdint.h>

Go to the source code of this file.

Enumerations

enum  i2s_parallel_cfg_bits_t { I2S_PARALLEL_BITS_8 = 8 , I2S_PARALLEL_BITS_16 = 16 , I2S_PARALLEL_BITS_32 = 32 }
 

Functions

int i2snum (i2s_dev_t *dev)
 
void i2s_parallel_setup (i2s_dev_t *dev, const i2s_parallel_config_t *cfg)
 
void i2s_parallel_flip_to_buffer (i2s_dev_t *dev, int bufid)
 

Enumeration Type Documentation

◆ i2s_parallel_cfg_bits_t

Enumerator
I2S_PARALLEL_BITS_8 
I2S_PARALLEL_BITS_16 
I2S_PARALLEL_BITS_32 

Function Documentation

◆ i2s_parallel_flip_to_buffer()

void i2s_parallel_flip_to_buffer ( i2s_dev_t *  dev,
int  bufid 
)

◆ i2s_parallel_setup()

void i2s_parallel_setup ( i2s_dev_t *  dev,
const i2s_parallel_config_t *  cfg 
)

◆ i2snum()

int i2snum ( i2s_dev_t *  dev)