#include "hpm_ppi_drv.h"Go to the source code of this file.
Data Structures | |
| struct | ppi_async_sram_config_t |
| ppi async sram config structure More... | |
Enumerations | |
| enum | ppi_dq_pins_t { ppi_dq_pins_0_7 , ppi_dq_pins_8_15 , ppi_dq_pins_16_23 , ppi_dq_pins_24_31 } |
| ppi dq pins enum More... | |
Functions | |
| void | ppi_get_async_sram_defconfig (PPI_Type *ppi, ppi_async_sram_config_t *config) |
| get async sram default config 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 More... | |
| enum ppi_dq_pins_t |
| 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_start_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 |
| void ppi_get_async_sram_defconfig | ( | PPI_Type * | ppi, |
| ppi_async_sram_config_t * | config | ||
| ) |
get async sram default config
| [in] | ppi | PPI base address |
| [in] | config | async sram default config structure pointer, ppi_async_sram_config_t |