|
RBControl
Library for the RB3201-RBControl board with the ESP32 by RoboticsBrno.
|
#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) |
| void i2s_parallel_flip_to_buffer | ( | i2s_dev_t * | dev, |
| int | bufid | ||
| ) |
| void i2s_parallel_setup | ( | i2s_dev_t * | dev, |
| const i2s_parallel_config_t * | cfg | ||
| ) |
| int i2snum | ( | i2s_dev_t * | dev | ) |