Refactor
This commit is contained in:
+8
-1
@@ -14,7 +14,7 @@
|
||||
#include "mmr_can_types.h"
|
||||
#include "mmr_can_optimize.h"
|
||||
#include "mmr_can_binary_literals.h"
|
||||
#include "mmr_can_scs_manager.h"
|
||||
#include "mmr_can_scs.h"
|
||||
|
||||
#ifndef MMR_CAN_RX_FIFO
|
||||
#define MMR_CAN_RX_FIFO CAN_RX_FIFO0
|
||||
@@ -182,6 +182,13 @@ extern MmrCanTickProvider __mmr_can_tickProvider;
|
||||
*/
|
||||
void MMR_CAN_SetTickProvider(MmrCanTickProvider tickProvider);
|
||||
|
||||
/**
|
||||
* @brief
|
||||
* Returns the current tick by calling the
|
||||
* configured tick provider.
|
||||
*/
|
||||
uint32_t MMR_CAN_GetCurrentTick();
|
||||
|
||||
/**
|
||||
* @brief
|
||||
* Configures the filters with the default configuration
|
||||
|
||||
Reference in New Issue
Block a user