more CLS device info
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#ifdef CLS_BSP_FDCAN
|
||||
|
||||
#include "fdcan.h"
|
||||
#include "CLS.h"
|
||||
|
||||
typedef FDCAN_TxHeaderTypeDef CLS_BSP_TxHeaderType;
|
||||
|
||||
@@ -50,4 +51,10 @@ typedef struct {
|
||||
|
||||
HAL_StatusTypeDef CLS_BSP_CAN_AddMessageToSend(CLS_BSP_TxHeaderType * header, uint8_t * data);
|
||||
|
||||
HAL_StatusTypeDef CLS_BSP_CAN_SetUniversalFilter(const CLS_BSP_CAN_UniversalFilter * filter);
|
||||
HAL_StatusTypeDef CLS_BSP_CAN_SetUniversalFilter(const CLS_BSP_CAN_UniversalFilter * filter);
|
||||
|
||||
CLS_Type_t CLS_BSP_GetDeviceType(void);
|
||||
void CLS_BSP_SetDeviceType(CLS_Type_t type);
|
||||
|
||||
CLS_Position_t CLS_BSP_GetPosition(void);
|
||||
void CLS_BSP_SetPosition(CLS_Position_t position);
|
||||
|
||||
Reference in New Issue
Block a user