Searched refs:IS_FDCAN_TX_LOCATION_LIST (Results 1 – 12 of 12) sorted by relevance
2192 assert_param(IS_FDCAN_TX_LOCATION_LIST(BufferIndex)); in HAL_FDCAN_AbortTxRequest()2538 assert_param(IS_FDCAN_TX_LOCATION_LIST(TxBufferIndex)); in HAL_FDCAN_IsTxBufferMessagePending()2726 assert_param(IS_FDCAN_TX_LOCATION_LIST(BufferIndexes)); in HAL_FDCAN_ActivateNotification()
2185 assert_param(IS_FDCAN_TX_LOCATION_LIST(BufferIndex)); in HAL_FDCAN_AbortTxRequest()2531 assert_param(IS_FDCAN_TX_LOCATION_LIST(TxBufferIndex)); in HAL_FDCAN_IsTxBufferMessagePending()2719 assert_param(IS_FDCAN_TX_LOCATION_LIST(BufferIndexes)); in HAL_FDCAN_ActivateNotification()
1348 #define IS_FDCAN_TX_LOCATION_LIST(LOCATION) (((LOCATION) >= FDCAN_TX_BUFFER0) && \ macro