43 lines
773 B
C
43 lines
773 B
C
// Generator version : v3.1
|
|
// Generation time : 2024.11.18 11:42:14
|
|
// DBC filename : DMK-RP-01_CAN_V0.1_20241118.dbc
|
|
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "dbccodeconf.h"
|
|
|
|
#include "matrix.h"
|
|
|
|
typedef struct
|
|
{
|
|
Panel_Key_t Panel_Key;
|
|
} scm_matrix_rx_t;
|
|
|
|
typedef struct
|
|
{
|
|
SCM_STATE_t SCM_STATE;
|
|
SCM_DEBUG1_t SCM_DEBUG1;
|
|
SCM_DEBUG2_t SCM_DEBUG2;
|
|
SCM_DEBUG3_t SCM_DEBUG3;
|
|
SCM_DEBUG4_t SCM_DEBUG4;
|
|
SCM_DEBUG5_t SCM_DEBUG5;
|
|
SCM_DEBUG6_t SCM_DEBUG6;
|
|
} scm_matrix_tx_t;
|
|
|
|
uint32_t scm_matrix_Receive(scm_matrix_rx_t* m, const uint8_t* d, uint32_t msgid, uint8_t dlc);
|
|
|
|
#ifdef __DEF_SCM_MATRIX__
|
|
|
|
extern scm_matrix_rx_t scm_matrix_rx;
|
|
|
|
extern scm_matrix_tx_t scm_matrix_tx;
|
|
|
|
#endif // __DEF_SCM_MATRIX__
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|