/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_fdcan.c | 1916 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation, FDCAN_Rx… in HAL_FDCAN_GetRxMessage() argument 1926 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage() 1952 else if (RxLocation == FDCAN_RX_FIFO1) /* Rx element is assigned to the Rx FIFO 1 */ in HAL_FDCAN_GetRxMessage() 1981 if (RxLocation >= hfdcan->Init.RxBuffersNbr) in HAL_FDCAN_GetRxMessage() 1991 …RxAddress = (uint32_t *)(hfdcan->msgRam.RxBufferSA + (RxLocation * hfdcan->Init.RxBufferSize * 4U)… in HAL_FDCAN_GetRxMessage() 2045 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage() 2050 else if (RxLocation == FDCAN_RX_FIFO1) /* Rx element is assigned to the Rx FIFO 1 */ in HAL_FDCAN_GetRxMessage() 2058 if (RxLocation < FDCAN_RX_BUFFER32) in HAL_FDCAN_GetRxMessage() 2060 hfdcan->Instance->NDAT1 = ((uint32_t)1 << RxLocation); in HAL_FDCAN_GetRxMessage() 2064 hfdcan->Instance->NDAT2 = ((uint32_t)1 << (RxLocation & 0x1FU)); in HAL_FDCAN_GetRxMessage()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_fdcan.c | 2944 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation, in HAL_FDCAN_GetRxMessage() argument 2955 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage() 2993 else if (RxLocation == FDCAN_RX_FIFO1) /* Rx element is assigned to the Rx FIFO 1 */ in HAL_FDCAN_GetRxMessage() 3034 if (RxLocation >= hfdcan->Init.RxBuffersNbr) in HAL_FDCAN_GetRxMessage() 3044 …RxAddress = (uint32_t *)(hfdcan->msgRam.RxBufferSA + (RxLocation * hfdcan->Init.RxBufferSize * 4U)… in HAL_FDCAN_GetRxMessage() 3098 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage() 3103 else if (RxLocation == FDCAN_RX_FIFO1) /* Rx element is assigned to the Rx FIFO 1 */ in HAL_FDCAN_GetRxMessage() 3111 if (RxLocation < FDCAN_RX_BUFFER32) in HAL_FDCAN_GetRxMessage() 3113 hfdcan->Instance->NDAT1 = ((uint32_t)1U << RxLocation); in HAL_FDCAN_GetRxMessage() 3117 hfdcan->Instance->NDAT2 = ((uint32_t)1U << (RxLocation & 0x1FU)); in HAL_FDCAN_GetRxMessage()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_fdcan.c | 2944 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation, in HAL_FDCAN_GetRxMessage() argument 2955 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage() 2993 else if (RxLocation == FDCAN_RX_FIFO1) /* Rx element is assigned to the Rx FIFO 1 */ in HAL_FDCAN_GetRxMessage() 3034 if (RxLocation >= hfdcan->Init.RxBuffersNbr) in HAL_FDCAN_GetRxMessage() 3044 …RxAddress = (uint32_t *)(hfdcan->msgRam.RxBufferSA + (RxLocation * hfdcan->Init.RxBufferSize * 4U)… in HAL_FDCAN_GetRxMessage() 3098 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage() 3103 else if (RxLocation == FDCAN_RX_FIFO1) /* Rx element is assigned to the Rx FIFO 1 */ in HAL_FDCAN_GetRxMessage() 3111 if (RxLocation < FDCAN_RX_BUFFER32) in HAL_FDCAN_GetRxMessage() 3113 hfdcan->Instance->NDAT1 = ((uint32_t)1U << RxLocation); in HAL_FDCAN_GetRxMessage() 3117 hfdcan->Instance->NDAT2 = ((uint32_t)1U << (RxLocation & 0x1FU)); in HAL_FDCAN_GetRxMessage()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_fdcan.c | 2221 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation, in HAL_FDCAN_GetRxMessage() argument 2231 assert_param(IS_FDCAN_RX_FIFO(RxLocation)); in HAL_FDCAN_GetRxMessage() 2235 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage() 2343 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_fdcan.c | 2221 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation, in HAL_FDCAN_GetRxMessage() argument 2231 assert_param(IS_FDCAN_RX_FIFO(RxLocation)); in HAL_FDCAN_GetRxMessage() 2235 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage() 2343 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_fdcan.c | 2221 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation, in HAL_FDCAN_GetRxMessage() argument 2231 assert_param(IS_FDCAN_RX_FIFO(RxLocation)); in HAL_FDCAN_GetRxMessage() 2235 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage() 2343 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_fdcan.c | 2214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation, in HAL_FDCAN_GetRxMessage() argument 2224 assert_param(IS_FDCAN_RX_FIFO(RxLocation)); in HAL_FDCAN_GetRxMessage() 2228 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage() 2336 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_fdcan.c | 2214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation, in HAL_FDCAN_GetRxMessage() argument 2224 assert_param(IS_FDCAN_RX_FIFO(RxLocation)); in HAL_FDCAN_GetRxMessage() 2228 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage() 2336 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_fdcan.c | 2221 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation, in HAL_FDCAN_GetRxMessage() argument 2231 assert_param(IS_FDCAN_RX_FIFO(RxLocation)); in HAL_FDCAN_GetRxMessage() 2235 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage() 2343 if (RxLocation == FDCAN_RX_FIFO0) /* Rx element is assigned to the Rx FIFO 0 */ in HAL_FDCAN_GetRxMessage()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_fdcan.h | 1214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_fdcan.h | 1214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_fdcan.h | 1214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_fdcan.h | 1214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_fdcan.h | 1214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_fdcan.h | 1214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_fdcan.h | 1929 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation, FDCAN_Rx…
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_fdcan.h | 2062 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_fdcan.h | 2062 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
|