Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/
H A Dstm32l4xx_hal_can_legacy.h125 …uint32_t FilterFIFOAssignment; /*!< Specifies the FIFO (0 or 1) which will be assigned to the fil… member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
H A Dstm32f4xx_hal_can_legacy.h149 …uint32_t FilterFIFOAssignment; /*!< Specifies the FIFO (0 or 1) which will be assigned to the fil… member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_can.h122 …uint32_t FilterFIFOAssignment; /*!< Specifies the FIFO (0 or 1U) which will be assigned to the fi… member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_can.h122 …uint32_t FilterFIFOAssignment; /*!< Specifies the FIFO (0 or 1U) which will be assigned to the fi… member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_can.c854 assert_param(IS_CAN_FILTER_FIFO(sFilterConfig->FilterFIFOAssignment)); in HAL_CAN_ConfigFilter()
935 if (sFilterConfig->FilterFIFOAssignment == CAN_FILTER_FIFO0) in HAL_CAN_ConfigFilter()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_can.c854 assert_param(IS_CAN_FILTER_FIFO(sFilterConfig->FilterFIFOAssignment)); in HAL_CAN_ConfigFilter()
963 if (sFilterConfig->FilterFIFOAssignment == CAN_FILTER_FIFO0) in HAL_CAN_ConfigFilter()