STM32H735xx HAL User Manual
|
FDCAN Message RAM blocks. More...
#include <stm32h7xx_hal_fdcan.h>
Data Fields | |
uint32_t | StandardFilterSA |
uint32_t | ExtendedFilterSA |
uint32_t | RxFIFO0SA |
uint32_t | RxFIFO1SA |
uint32_t | RxBufferSA |
uint32_t | TxEventFIFOSA |
uint32_t | TxBufferSA |
uint32_t | TxFIFOQSA |
uint32_t | TTMemorySA |
uint32_t | EndAddress |
FDCAN Message RAM blocks.
Definition at line 668 of file stm32h7xx_hal_fdcan.h.
Specifies the End Address of the allocated RAM. This parameter must be a 32-bit word address
Definition at line 697 of file stm32h7xx_hal_fdcan.h.
Referenced by FDCAN_CalcultateRamBlockAddresses(), and HAL_FDCAN_TT_ConfigOperation().
Specifies the Extended Filter List Start Address. This parameter must be a 32-bit word address
Definition at line 673 of file stm32h7xx_hal_fdcan.h.
Referenced by FDCAN_CalcultateRamBlockAddresses(), and HAL_FDCAN_ConfigFilter().
Specifies the Rx Buffer Start Address. This parameter must be a 32-bit word address
Definition at line 682 of file stm32h7xx_hal_fdcan.h.
Referenced by FDCAN_CalcultateRamBlockAddresses(), and HAL_FDCAN_GetRxMessage().
Specifies the Rx FIFO 0 Start Address. This parameter must be a 32-bit word address
Definition at line 676 of file stm32h7xx_hal_fdcan.h.
Referenced by FDCAN_CalcultateRamBlockAddresses(), and HAL_FDCAN_GetRxMessage().
Specifies the Rx FIFO 1 Start Address. This parameter must be a 32-bit word address
Definition at line 679 of file stm32h7xx_hal_fdcan.h.
Referenced by FDCAN_CalcultateRamBlockAddresses(), and HAL_FDCAN_GetRxMessage().
Specifies the Standard Filter List Start Address. This parameter must be a 32-bit word address
Definition at line 670 of file stm32h7xx_hal_fdcan.h.
Referenced by FDCAN_CalcultateRamBlockAddresses(), and HAL_FDCAN_ConfigFilter().
Specifies the Trigger Memory Start Address. This parameter must be a 32-bit word address
Definition at line 694 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_TT_ConfigOperation(), and HAL_FDCAN_TT_ConfigTrigger().
Specifies the Tx Buffers Start Address. This parameter must be a 32-bit word address
Definition at line 688 of file stm32h7xx_hal_fdcan.h.
Referenced by FDCAN_CalcultateRamBlockAddresses(), and FDCAN_CopyMessageToRAM().
Specifies the Tx Event FIFO Start Address. This parameter must be a 32-bit word address
Definition at line 685 of file stm32h7xx_hal_fdcan.h.
Referenced by FDCAN_CalcultateRamBlockAddresses(), and HAL_FDCAN_GetTxEvent().
Specifies the Tx FIFO/Queue Start Address. This parameter must be a 32-bit word address
Definition at line 691 of file stm32h7xx_hal_fdcan.h.
Referenced by FDCAN_CalcultateRamBlockAddresses().