Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: temp X_NUCLEO_CCA01M1 X_NUCLEO_CCA01M1 X_NUCLEO_CCA02M1
i2s_t Struct Reference
Asynch I2S HAL structure. More...
#include <stm_i2s_api.h>
Data Fields | |
| struct i2s_s | i2s |
| Target specific I2S structure. | |
| struct dma_s | dma |
| Target specific DMA structure. | |
| struct buffer_s | tx_buff |
| Tx buffer. | |
| struct buffer_s | rx_buff |
| Rx buffer. | |
Detailed Description
Asynch I2S HAL structure.
Definition at line 55 of file stm_i2s_api.h.
Field Documentation
| struct dma_s dma |
Target specific DMA structure.
Definition at line 57 of file stm_i2s_api.h.
| struct i2s_s i2s |
Target specific I2S structure.
Definition at line 56 of file stm_i2s_api.h.
| struct buffer_s rx_buff |
Rx buffer.
Definition at line 59 of file stm_i2s_api.h.
| struct buffer_s tx_buff |
Tx buffer.
Definition at line 58 of file stm_i2s_api.h.
Generated on Fri Jul 15 2022 06:41:44 by
1.7.2