Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_lin.c668 …in_status_t Cy_LIN_ErrCtl_Enable(LIN_Type* base, cy_stc_lin_test_error_config_t* test_error_config) in Cy_LIN_ErrCtl_Enable() argument
676 CY_ASSERT_L3(CY_LIN_IS_TEST_CTL_CH_IDX_VALID(test_error_config->chidx)); in Cy_LIN_ErrCtl_Enable()
678 LIN_ERROR_CTL(base) = (_VAL2FLD(LIN_ERROR_CTL_CH_IDX, test_error_config->chidx) |\ in Cy_LIN_ErrCtl_Enable()
679 … _VAL2FLD(LIN_ERROR_CTL_TX_SYNC_ERROR, test_error_config->txsync_error) |\ in Cy_LIN_ErrCtl_Enable()
680 … _VAL2FLD(LIN_ERROR_CTL_TX_SYNC_STOP_ERROR, test_error_config->txsyncStop_error) |\ in Cy_LIN_ErrCtl_Enable()
681 … _VAL2FLD(LIN_ERROR_CTL_TX_PARITY_ERROR, test_error_config->txParity_error) |\ in Cy_LIN_ErrCtl_Enable()
682 … _VAL2FLD(LIN_ERROR_CTL_TX_PID_STOP_ERROR, test_error_config->txPIDStop_error) |\ in Cy_LIN_ErrCtl_Enable()
683 … _VAL2FLD(LIN_ERROR_CTL_TX_DATA_STOP_ERROR, test_error_config->txDataStop_error) |\ in Cy_LIN_ErrCtl_Enable()
684 … _VAL2FLD(LIN_ERROR_CTL_TX_CHECKSUM_ERROR, test_error_config->txChecksum_error) |\ in Cy_LIN_ErrCtl_Enable()
685 … _VAL2FLD(LIN_ERROR_CTL_TX_CHECKSUM_STOP_ERROR, test_error_config->txChecksumStop_error) |\ in Cy_LIN_ErrCtl_Enable()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_lin.h882 …n_status_t Cy_LIN_ErrCtl_Enable(LIN_Type* base, cy_stc_lin_test_error_config_t* test_error_config);