Home
last modified time | relevance | path

Searched refs:RxLocation (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c1916 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/
Dstm32h7xx_hal_fdcan.c2944 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/
Dstm32n6xx_hal_fdcan.c2944 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/
Dstm32h7rsxx_hal_fdcan.c2221 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/
Dstm32h5xx_hal_fdcan.c2221 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/
Dstm32g0xx_hal_fdcan.c2221 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/
Dstm32u5xx_hal_fdcan.c2214 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/
Dstm32l5xx_hal_fdcan.c2214 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/
Dstm32g4xx_hal_fdcan.c2221 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/
Dstm32h5xx_hal_fdcan.h1214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_fdcan.h1214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_fdcan.h1214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_fdcan.h1214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_fdcan.h1214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_fdcan.h1214 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h1929 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation, FDCAN_Rx…
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h2062 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_fdcan.h2062 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation,