Home
last modified time | relevance | path

Searched refs:MAX_EPSEG2 (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcan/
Dfsl_flexcan.c64 #define MAX_EPSEG2 (CAN_CBT_EPSEG2_MASK >> CAN_CBT_EPSEG2_SHIFT) macro
67 #define CBT_MAX_TIME_QUANTA (1U + MAX_EPROPSEG + 1U + MAX_EPSEG1 + 1U + MAX_EPSEG2 + 1U)
1728 if (pTimingConfig->phaseSeg2 > (uint8_t)(MAX_EPSEG2 + 1U)) in FLEXCAN_GetSegments()
1730 pTimingConfig->phaseSeg2 = (uint8_t)(MAX_EPSEG2 + 1U); in FLEXCAN_GetSegments()