Home
last modified time | relevance | path

Searched refs:RxFifo1ElmtsNbr (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c252 assert_param(IS_FDCAN_MAX_VALUE(hfdcan->Init.RxFifo1ElmtsNbr, 64U)); in HAL_FDCAN_Init()
253 if (hfdcan->Init.RxFifo1ElmtsNbr > 0U) in HAL_FDCAN_Init()
438 if (hfdcan->Init.RxFifo1ElmtsNbr > 0U) in HAL_FDCAN_Init()
4965 …MODIFY_REG(hfdcan->Instance->RXF1C, FDCAN_RXF1C_F1S, (hfdcan->Init.RxFifo1ElmtsNbr << FDCAN_RXF1C_… in FDCAN_CalcultateRamBlockAddresses()
4968 StartAddress += (hfdcan->Init.RxFifo1ElmtsNbr * hfdcan->Init.RxFifo1ElmtSize); in FDCAN_CalcultateRamBlockAddresses()
4992 …hfdcan->msgRam.RxBufferSA = hfdcan->msgRam.RxFIFO1SA + (hfdcan->Init.RxFifo1ElmtsNbr * hfdcan->Ini… in FDCAN_CalcultateRamBlockAddresses()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c335 assert_param(IS_FDCAN_MAX_VALUE(hfdcan->Init.RxFifo1ElmtsNbr, 64U)); in HAL_FDCAN_Init()
336 if (hfdcan->Init.RxFifo1ElmtsNbr > 0U) in HAL_FDCAN_Init()
557 if (hfdcan->Init.RxFifo1ElmtsNbr > 0U) in HAL_FDCAN_Init()
6123 …MODIFY_REG(hfdcan->Instance->RXF1C, FDCAN_RXF1C_F1S, (hfdcan->Init.RxFifo1ElmtsNbr << FDCAN_RXF1C_… in FDCAN_CalcultateRamBlockAddresses()
6126 StartAddress += (hfdcan->Init.RxFifo1ElmtsNbr * hfdcan->Init.RxFifo1ElmtSize); in FDCAN_CalcultateRamBlockAddresses()
6152 (hfdcan->Init.RxFifo1ElmtsNbr * hfdcan->Init.RxFifo1ElmtSize * 4U); in FDCAN_CalcultateRamBlockAddresses()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_fdcan.c335 assert_param(IS_FDCAN_MAX_VALUE(hfdcan->Init.RxFifo1ElmtsNbr, 64U)); in HAL_FDCAN_Init()
336 if (hfdcan->Init.RxFifo1ElmtsNbr > 0U) in HAL_FDCAN_Init()
557 if (hfdcan->Init.RxFifo1ElmtsNbr > 0U) in HAL_FDCAN_Init()
6123 …MODIFY_REG(hfdcan->Instance->RXF1C, FDCAN_RXF1C_F1S, (hfdcan->Init.RxFifo1ElmtsNbr << FDCAN_RXF1C_… in FDCAN_CalcultateRamBlockAddresses()
6126 StartAddress += (hfdcan->Init.RxFifo1ElmtsNbr * hfdcan->Init.RxFifo1ElmtSize); in FDCAN_CalcultateRamBlockAddresses()
6152 (hfdcan->Init.RxFifo1ElmtsNbr * hfdcan->Init.RxFifo1ElmtSize * 4U); in FDCAN_CalcultateRamBlockAddresses()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h121 uint32_t RxFifo1ElmtsNbr; /*!< Specifies the number of Rx FIFO 1 Elements. member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h121 uint32_t RxFifo1ElmtsNbr; /*!< Specifies the number of Rx FIFO 1 Elements. member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_fdcan.h121 uint32_t RxFifo1ElmtsNbr; /*!< Specifies the number of Rx FIFO 1 Elements. member