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

Macros

#define UDMA_CORE_FIFO_CFG_EVT_NUM_BYTES_GET(value)
 
#define UDMA_CORE_FIFO_CFG_EVT_NUM_BYTES_GETS(value)
 
#define UDMA_CORE_FIFO_CFG_EVT_NUM_BYTES_SET(value, field)
 
#define UDMA_CORE_FIFO_CFG_EVT_NUM_BYTES(val)
 
#define UDMA_CORE_FIFO_CFG_EVT_EN_GET(value)
 
#define UDMA_CORE_FIFO_CFG_EVT_EN_GETS(value)
 
#define UDMA_CORE_FIFO_CFG_EVT_EN_SET(value, field)
 
#define UDMA_CORE_FIFO_CFG_EVT_EN(val)
 
#define UDMA_CORE_FIFO_CFG_CTRL_EN_GET(value)
 
#define UDMA_CORE_FIFO_CFG_CTRL_EN_GETS(value)
 
#define UDMA_CORE_FIFO_CFG_CTRL_EN_SET(value, field)
 
#define UDMA_CORE_FIFO_CFG_CTRL_EN(val)
 
#define UDMA_CORE_FIFO_CFG_CTRL_STOP_GET(value)
 
#define UDMA_CORE_FIFO_CFG_CTRL_STOP_GETS(value)
 
#define UDMA_CORE_FIFO_CFG_CTRL_STOP_SET(value, field)
 
#define UDMA_CORE_FIFO_CFG_CTRL_STOP(val)
 
#define UDMA_CORE_FIFO_CFG_CTRL_TIMEOUT_MON_GET(value)
 
#define UDMA_CORE_FIFO_CFG_CTRL_TIMEOUT_MON_GETS(value)
 
#define UDMA_CORE_FIFO_CFG_CTRL_TIMEOUT_MON_SET(value, field)
 
#define UDMA_CORE_FIFO_CFG_CTRL_TIMEOUT_MON(val)
 

Macro Definition Documentation

#define UDMA_CORE_FIFO_CFG_CTRL_EN (   val)
#define UDMA_CORE_FIFO_CFG_CTRL_EN_GET (   value)
#define UDMA_CORE_FIFO_CFG_CTRL_EN_GETS (   value)
#define UDMA_CORE_FIFO_CFG_CTRL_EN_SET (   value,
  field 
)
#define UDMA_CORE_FIFO_CFG_CTRL_STOP (   val)

Referenced by hal_udma_core_fifo_stop().

#define UDMA_CORE_FIFO_CFG_CTRL_STOP_GET (   value)
#define UDMA_CORE_FIFO_CFG_CTRL_STOP_GETS (   value)
#define UDMA_CORE_FIFO_CFG_CTRL_STOP_SET (   value,
  field 
)
#define UDMA_CORE_FIFO_CFG_CTRL_TIMEOUT_MON (   val)
#define UDMA_CORE_FIFO_CFG_CTRL_TIMEOUT_MON_GET (   value)
#define UDMA_CORE_FIFO_CFG_CTRL_TIMEOUT_MON_GETS (   value)
#define UDMA_CORE_FIFO_CFG_CTRL_TIMEOUT_MON_SET (   value,
  field 
)
#define UDMA_CORE_FIFO_CFG_EVT_EN (   val)
#define UDMA_CORE_FIFO_CFG_EVT_EN_GET (   value)
#define UDMA_CORE_FIFO_CFG_EVT_EN_GETS (   value)
#define UDMA_CORE_FIFO_CFG_EVT_EN_SET (   value,
  field 
)
#define UDMA_CORE_FIFO_CFG_EVT_NUM_BYTES (   val)
#define UDMA_CORE_FIFO_CFG_EVT_NUM_BYTES_GET (   value)
#define UDMA_CORE_FIFO_CFG_EVT_NUM_BYTES_GETS (   value)
#define UDMA_CORE_FIFO_CFG_EVT_NUM_BYTES_SET (   value,
  field 
)