Searched refs:TxEventsNbr (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_fdcan.c | 262 assert_param(IS_FDCAN_MAX_VALUE(hfdcan->Init.TxEventsNbr, 32U)); in HAL_FDCAN_Init() 2094 assert_param(IS_FDCAN_MIN_VALUE(hfdcan->Init.TxEventsNbr, 1U)); in HAL_FDCAN_GetTxEvent() 4976 …MODIFY_REG(hfdcan->Instance->TXEFC, FDCAN_TXEFC_EFS, (hfdcan->Init.TxEventsNbr << FDCAN_TXEFC_EFS_… in FDCAN_CalcultateRamBlockAddresses() 4979 StartAddress += (hfdcan->Init.TxEventsNbr * 2U); in FDCAN_CalcultateRamBlockAddresses() 4994 hfdcan->msgRam.TxBufferSA = hfdcan->msgRam.TxEventFIFOSA + (hfdcan->Init.TxEventsNbr * 2U * 4U); in FDCAN_CalcultateRamBlockAddresses()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_fdcan.c | 345 assert_param(IS_FDCAN_MAX_VALUE(hfdcan->Init.TxEventsNbr, 32U)); in HAL_FDCAN_Init() 3147 assert_param(IS_FDCAN_MIN_VALUE(hfdcan->Init.TxEventsNbr, 1U)); in HAL_FDCAN_GetTxEvent() 6134 …MODIFY_REG(hfdcan->Instance->TXEFC, FDCAN_TXEFC_EFS, (hfdcan->Init.TxEventsNbr << FDCAN_TXEFC_EFS_… in FDCAN_CalcultateRamBlockAddresses() 6137 StartAddress += (hfdcan->Init.TxEventsNbr * 2U); in FDCAN_CalcultateRamBlockAddresses() 6155 hfdcan->msgRam.TxBufferSA = hfdcan->msgRam.TxEventFIFOSA + (hfdcan->Init.TxEventsNbr * 2U * 4U); in FDCAN_CalcultateRamBlockAddresses()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_fdcan.c | 345 assert_param(IS_FDCAN_MAX_VALUE(hfdcan->Init.TxEventsNbr, 32U)); in HAL_FDCAN_Init() 3147 assert_param(IS_FDCAN_MIN_VALUE(hfdcan->Init.TxEventsNbr, 1U)); in HAL_FDCAN_GetTxEvent() 6134 …MODIFY_REG(hfdcan->Instance->TXEFC, FDCAN_TXEFC_EFS, (hfdcan->Init.TxEventsNbr << FDCAN_TXEFC_EFS_… in FDCAN_CalcultateRamBlockAddresses() 6137 StartAddress += (hfdcan->Init.TxEventsNbr * 2U); in FDCAN_CalcultateRamBlockAddresses() 6155 hfdcan->msgRam.TxBufferSA = hfdcan->msgRam.TxEventFIFOSA + (hfdcan->Init.TxEventsNbr * 2U * 4U); in FDCAN_CalcultateRamBlockAddresses()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_fdcan.h | 133 uint32_t TxEventsNbr; /*!< Specifies the number of Tx Event FIFO elements. member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_fdcan.h | 133 uint32_t TxEventsNbr; /*!< Specifies the number of Tx Event FIFO elements. member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_fdcan.h | 133 uint32_t TxEventsNbr; /*!< Specifies the number of Tx Event FIFO elements. member
|