Searched refs:response_length (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lin/ |
| D | lin_driver.c | 755 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()
|
| D | fsl_lin.c | 842 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()
|
| D | fsl_lin.h | 287 uint8_t response_length; /*!< Response length */ member 405 uint8_t response_length, 418 uint8_t response_length,
|
| D | lin_driver.h | 189 uint8_t response_length, 202 uint8_t response_length,
|