Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dlin_driver.c755 uint8_t response_length, in LIN_DRV_SetResponse() argument
763 retVal = LIN_DRV_SendFrameData(instance, response_buff, response_length); in LIN_DRV_SetResponse()
779 uint8_t response_length, in LIN_DRV_RxResponse() argument
787 retVal = LIN_DRV_ReceiveFrameData(instance, response_buff, response_length); in LIN_DRV_RxResponse()
Dfsl_lin.c842 uint8_t response_length, in LIN_SetResponse() argument
849 retVal = LIN_SendFrameData(instance, response_buff, response_length); in LIN_SetResponse()
865 uint8_t response_length, in LIN_RxResponse() argument
872 retVal = LIN_ReceiveFrameData(instance, response_buff, response_length); in LIN_RxResponse()
Dfsl_lin.h287 uint8_t response_length; /*!< Response length */ member
405 uint8_t response_length,
418 uint8_t response_length,
Dlin_driver.h189 uint8_t response_length,
202 uint8_t response_length,