Reference Manual to
LL API cross
reference:
CR2 TXDMAEN LL_SPI_IsEnabledDMAReq_TX
LL_SPI_DMA_GetRegAddr
__STATIC_INLINE uint32_t LL_SPI_DMA_GetRegAddr
(SPI_TypeDef * SPIx)
Get the data register address used for DMA transfer.
Address: of data register
Reference Manual to
LL API cross
reference:
DR DR LL_SPI_DMA_GetRegAddr
LL_SPI_ReceiveData8
__STATIC_INLINE uint8_t LL_SPI_ReceiveData8 (SPI_TypeDef
* SPIx)
Read 8-Bits in the data register.
RxData: Value between Min_Data=0x00 and
Max_Data=0xFF
Reference Manual to
LL API cross
reference:
DR DR LL_SPI_ReceiveData8
LL_SPI_ReceiveData16
__STATIC_INLINE uint16_t LL_SPI_ReceiveData16
(SPI_TypeDef * SPIx)
Read 16-Bits in the data register.
RxData: Value between Min_Data=0x00 and
Max_Data=0xFFFF
Reference Manual to
LL API cross
reference:
DR DR LL_SPI_ReceiveData16
LL_SPI_TransmitData8
__STATIC_INLINE void LL_SPI_TransmitData8 (SPI_TypeDef *
SPIx, uint8_t TxData)
Write 8-Bits in the data register.