WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
spi_rwlr_data联合体 参考

This union represents the bit fields in the Receive FIFO Threshold Level.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...

#include <hal_spi_v151_regs_def.h>

成员变量

uint32_t d32
 
struct { 
 
   uint32_t   rwl 
 
b 
 

详细描述

This union represents the bit fields in the Receive FIFO Threshold Level.
Read the register into the d32 member then set/clear the bits using the b elements.

结构体成员变量说明

◆ [struct]

struct { ... } spi_rwlr_data::b

Register bits.

◆ d32

uint32_t spi_rwlr_data::d32

Raw register data.

◆ rwl

uint32_t spi_rwlr_data::rwl

Receive FIFO Threshold.
Controls the level of entries (or above) at which the receive FIFO controller triggers an interrupt. The FIFO depth is configurable in the range 2-256. This register is sized to the number of address bits needed to access the FIFO. If you attempt to set this value greater than the depth of the FIFO, this field is not written and retains its current value. When the number of receive FIFO entries is greater than or equal to this value + 1, the receive FIFO full interrupt is triggered. For information on the Receive FIFO Threshold values, see the "Master SPI and SSP Serial Transfers" in the spi Databook.
ssi_rxf_intr is asspi_slenrted when RFT or more data entries are present in receive FIFO.


该联合体的文档由以下文件生成: