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

Functions

static uint32_t udma_ffc_rx_dest_get (uint32_t base)
 
static void udma_ffc_rx_dest_set (uint32_t base, uint32_t value)
 
static uint32_t udma_ffc_tx_dest_get (uint32_t base)
 
static void udma_ffc_tx_dest_set (uint32_t base, uint32_t value)
 
static uint32_t udma_ffc_fl_format_get (uint32_t base)
 
static void udma_ffc_fl_format_set (uint32_t base, uint32_t value)
 
static uint32_t udma_ffc_fp_format_get (uint32_t base)
 
static void udma_ffc_fp_format_set (uint32_t base, uint32_t value)
 
static uint32_t udma_ffc_fp_prec_get (uint32_t base)
 
static void udma_ffc_fp_prec_set (uint32_t base, uint32_t value)
 
static uint32_t udma_ffc_fp_scale_get (uint32_t base)
 
static void udma_ffc_fp_scale_set (uint32_t base, uint32_t value)
 
static uint32_t udma_ffc_mode_get (uint32_t base)
 
static void udma_ffc_mode_set (uint32_t base, uint32_t value)
 
static uint32_t udma_ffc_trans_mode_get (uint32_t base)
 
static void udma_ffc_trans_mode_set (uint32_t base, uint32_t value)
 
static uint32_t udma_ffc_conv_num_get (uint32_t base)
 
static void udma_ffc_conv_num_set (uint32_t base, uint32_t value)
 
static uint32_t udma_ffc_conv_tx_addr_get (uint32_t base)
 
static void udma_ffc_conv_tx_addr_set (uint32_t base, uint32_t value)
 
static uint32_t udma_ffc_conv_rx_addr_get (uint32_t base)
 
static void udma_ffc_conv_rx_addr_set (uint32_t base, uint32_t value)
 
static uint32_t udma_ffc_irq_en_get (uint32_t base)
 
static void udma_ffc_irq_en_set (uint32_t base, uint32_t value)
 
static uint32_t udma_ffc_status_get (uint32_t base)
 
static void udma_ffc_status_set (uint32_t base, uint32_t value)
 
static uint32_t udma_ffc_start_get (uint32_t base)
 
static void udma_ffc_start_set (uint32_t base, uint32_t value)
 

Function Documentation

static uint32_t udma_ffc_conv_num_get ( uint32_t  base)
inlinestatic
static void udma_ffc_conv_num_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic
static uint32_t udma_ffc_conv_rx_addr_get ( uint32_t  base)
inlinestatic
static void udma_ffc_conv_rx_addr_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic
static uint32_t udma_ffc_conv_tx_addr_get ( uint32_t  base)
inlinestatic
static void udma_ffc_conv_tx_addr_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic
static uint32_t udma_ffc_fl_format_get ( uint32_t  base)
inlinestatic
static void udma_ffc_fl_format_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic
static uint32_t udma_ffc_fp_format_get ( uint32_t  base)
inlinestatic
static void udma_ffc_fp_format_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic
static uint32_t udma_ffc_fp_prec_get ( uint32_t  base)
inlinestatic
static void udma_ffc_fp_prec_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic

References GAP_WRITE, and UDMA_FFC_FP_PREC_OFFSET.

Referenced by __pi_ffc_conf_apply().

static uint32_t udma_ffc_fp_scale_get ( uint32_t  base)
inlinestatic
static void udma_ffc_fp_scale_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic

References GAP_WRITE, and UDMA_FFC_FP_SCALE_OFFSET.

Referenced by __pi_ffc_conf_apply().

static uint32_t udma_ffc_irq_en_get ( uint32_t  base)
inlinestatic

References GAP_READ, and UDMA_FFC_IRQ_EN_OFFSET.

static void udma_ffc_irq_en_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic
static uint32_t udma_ffc_mode_get ( uint32_t  base)
inlinestatic

References GAP_READ, and UDMA_FFC_MODE_OFFSET.

static void udma_ffc_mode_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic

References GAP_WRITE, and UDMA_FFC_MODE_OFFSET.

Referenced by __pi_ffc_conf_apply().

static uint32_t udma_ffc_rx_dest_get ( uint32_t  base)
inlinestatic
static void udma_ffc_rx_dest_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic

References GAP_WRITE, and UDMA_FFC_RX_DEST_OFFSET.

Referenced by __pi_ffc_conf_apply().

static uint32_t udma_ffc_start_get ( uint32_t  base)
inlinestatic

References GAP_READ, and UDMA_FFC_START_OFFSET.

static void udma_ffc_start_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic
static uint32_t udma_ffc_status_get ( uint32_t  base)
inlinestatic

References GAP_READ, and UDMA_FFC_STATUS_OFFSET.

static void udma_ffc_status_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic
static uint32_t udma_ffc_trans_mode_get ( uint32_t  base)
inlinestatic
static void udma_ffc_trans_mode_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic
static uint32_t udma_ffc_tx_dest_get ( uint32_t  base)
inlinestatic
static void udma_ffc_tx_dest_set ( uint32_t  base,
uint32_t  value 
)
inlinestatic

References GAP_WRITE, and UDMA_FFC_TX_DEST_OFFSET.

Referenced by __pi_ffc_conf_apply().