3.2.5.6 DIAG_CAN_RxBuffer

Returns the status of the CAN_RX_BUFFER diagnostic

This function verifies that a message sent travels into the correct dedicated buffer.

DIAG_STATUS
DIAG_CAN_RxBuffer
(
    DIAG_CAN_PERIPHS can_periph, 
    uint16_t id, 
    uint8_t buffernum,

);

Diagnostic verifies the following faults do not exist

  • Diagnostic verifies the following faults do not exist

  • Received message is sent to wrong buffer

Operating Mode

  • Interface can be used at POST
Precondition
  • none

Parameters

  • can_periph - con instance,
  • id - buffer identifier
  • buffernum - buffer number

Returns

  • DIAG_STATUS