FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
udma_spim_cmd.h File Reference

Macros

#define UDMA_SPIM_SPI_CMD_CFG(clkdiv, cpha, cpol)
 
#define UDMA_SPIM_SPI_CMD_SOT()
 
#define UDMA_SPIM_SPI_CMD_SEND_CMD(data_value, data_size, lsb, qpi)
 
#define UDMA_SPIM_SPI_CMD_DUMMY(dummy_cycle)
 
#define UDMA_SPIM_SPI_CMD_WAIT(event_id_cycle_count, wait_type)
 
#define UDMA_SPIM_SPI_CMD_TX_DATA(word_num, word_size, word_per_transf, lsb, qpi)
 
#define UDMA_SPIM_SPI_CMD_RX_DATA(word_num, word_size, word_per_transf, lsb, qpi)
 
#define UDMA_SPIM_SPI_CMD_RPT(rpt_cnt)
 
#define UDMA_SPIM_SPI_CMD_EOT(event_gen, cs_keep)
 
#define UDMA_SPIM_SPI_CMD_RPT_END()
 
#define UDMA_SPIM_SPI_CMD_RX_CHECK(comp_data, status_size, check_type, lsb, qpi)
 
#define UDMA_SPIM_SPI_CMD_FULL_DUPL(word_num, word_size, word_per_transf, lsb)
 
#define UDMA_SPIM_SPI_CMD_SETUP_AG(reg_select)
 

Macro Definition Documentation

#define UDMA_SPIM_SPI_CMD_CFG (   clkdiv,
  cpha,
  cpol 
)
#define UDMA_SPIM_SPI_CMD_DUMMY (   dummy_cycle)
#define UDMA_SPIM_SPI_CMD_EOT (   event_gen,
  cs_keep 
)
#define UDMA_SPIM_SPI_CMD_FULL_DUPL (   word_num,
  word_size,
  word_per_transf,
  lsb 
)
#define UDMA_SPIM_SPI_CMD_RPT (   rpt_cnt)
#define UDMA_SPIM_SPI_CMD_RPT_END ( )
#define UDMA_SPIM_SPI_CMD_RX_CHECK (   comp_data,
  status_size,
  check_type,
  lsb,
  qpi 
)
#define UDMA_SPIM_SPI_CMD_RX_DATA (   word_num,
  word_size,
  word_per_transf,
  lsb,
  qpi 
)
#define UDMA_SPIM_SPI_CMD_SEND_CMD (   data_value,
  data_size,
  lsb,
  qpi 
)
#define UDMA_SPIM_SPI_CMD_SETUP_AG (   reg_select)
#define UDMA_SPIM_SPI_CMD_SOT ( )
#define UDMA_SPIM_SPI_CMD_TX_DATA (   word_num,
  word_size,
  word_per_transf,
  lsb,
  qpi 
)
#define UDMA_SPIM_SPI_CMD_WAIT (   event_id_cycle_count,
  wait_type 
)