HPM SDK
HPMicro Software Development Kit
hpm_ppi.h File Reference
#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...
 

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...
 

Function Documentation

◆ ppi_config_async_sram()

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

Parameters
[in]ppiPPI base address
[in]cs_indexcs index, value: 0 - 3
[in]cmd_indexcmd start index, should be a multiple of 8, such as 0, 8, 16, 24 ...
[in]configasync sram config structure pointer, ppi_async_sram_config_t