Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_lin.c632 …in_status_t Cy_LIN_TestMode_Enable(LIN_Type* base, const cy_stc_lin_test_config_t* lin_test_config) in Cy_LIN_TestMode_Enable() argument
634 if (NULL == base || NULL == lin_test_config) in Cy_LIN_TestMode_Enable()
638 CY_ASSERT_L3(CY_LIN_IS_TEST_CTL_CH_IDX_VALID(lin_test_config->chidx)); in Cy_LIN_TestMode_Enable()
640 LIN_TEST_CTL(base) = (_VAL2FLD(LIN_TEST_CTL_CH_IDX, lin_test_config->chidx) |\ in Cy_LIN_TestMode_Enable()
641 _VAL2FLD(LIN_TEST_CTL_MODE, lin_test_config->mode) |\ in Cy_LIN_TestMode_Enable()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_lin.h853 …n_status_t Cy_LIN_TestMode_Enable(LIN_Type* base, const cy_stc_lin_test_config_t* lin_test_config);