Functions | |
| void | ppi_config_async_sram (PPI_Type *ppi, uint8_t cs_index, uint8_t cmd_start_index, ppi_async_sram_config_t *config) |
| config async sram More... | |
| void ppi_config_async_sram | ( | PPI_Type * | ppi, |
| uint8_t | cs_index, | ||
| uint8_t | cmd_start_index, | ||
| ppi_async_sram_config_t * | config | ||
| ) |
config async sram
| [in] | ppi | PPI base address |
| [in] | cs_index | cs index, value: 0 - 3 |
| [in] | cmd_index | cmd start index, should be a multiple of 8, such as 0, 8, 16, 24 ... |
| [in] | config | async sram config structure pointer, ppi_async_sram_config_t |