summaryrefslogtreecommitdiff
path: root/drivers/fsl_flexcan.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/fsl_flexcan.h')
-rw-r--r--drivers/fsl_flexcan.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/fsl_flexcan.h b/drivers/fsl_flexcan.h
index 118badf..e6baa93 100644
--- a/drivers/fsl_flexcan.h
+++ b/drivers/fsl_flexcan.h
@@ -502,6 +502,8 @@ void FLEXCAN_GetDefaultConfig(flexcan_config_t *config);
*/
void FLEXCAN_SetTimingConfig(CAN_Type *base, const flexcan_timing_config_t *config);
+void FLEXCAN_SetBitRate(CAN_Type *base, uint32_t sourceClock_Hz, uint32_t baudRate_Bps);
+
/*!
* @brief Sets the FlexCAN receive message buffer global mask.
*