Searched refs:tdcConfig (Results 1 – 2 of 2) sorted by relevance
1016 …const cy_stc_canfd_transceiver_delay_compensation_t *tdcConfig; /**< CAN transceiver delay compens… member1115 … const cy_stc_canfd_transceiver_delay_compensation_t *tdcConfig);1565 … const cy_stc_canfd_transceiver_delay_compensation_t *tdcConfig) in Cy_CANFD_SetTDC() argument1567 if (NULL != tdcConfig) in Cy_CANFD_SetTDC()1569 CY_ASSERT_L2(CY_CANFD_IS_TDCO_VALID(tdcConfig->tdcOffset)); in Cy_CANFD_SetTDC()1570 CY_ASSERT_L2(CY_CANFD_IS_TDCF_VALID(tdcConfig->tdcFilterWindow)); in Cy_CANFD_SetTDC()1575 ((tdcConfig->tdcEnabled) ? 1UL : 0UL)); in Cy_CANFD_SetTDC()1578 CANFD_TDCR(base, chan) = _VAL2FLD(CANFD_CH_M_TTCAN_TDCR_TDCO, tdcConfig->tdcOffset) | in Cy_CANFD_SetTDC()1579 _VAL2FLD(CANFD_CH_M_TTCAN_TDCR_TDCF, tdcConfig->tdcFilterWindow); in Cy_CANFD_SetTDC()
478 if ((NULL != config->tdcConfig) && (ret != CY_CANFD_BAD_PARAM)) in Cy_CANFD_Init()480 CY_ASSERT_L2(CY_CANFD_IS_TDCO_VALID(config->tdcConfig->tdcOffset)); in Cy_CANFD_Init()481 CY_ASSERT_L2(CY_CANFD_IS_TDCF_VALID(config->tdcConfig->tdcFilterWindow)); in Cy_CANFD_Init()484 Cy_CANFD_SetTDC(base, chan, config->tdcConfig); in Cy_CANFD_Init()