Searched refs:response_buff (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lin/ |
| D | lin_driver.c | 754 uint8_t *response_buff, in LIN_DRV_SetResponse() argument 763 retVal = LIN_DRV_SendFrameData(instance, response_buff, response_length); in LIN_DRV_SetResponse() 778 uint8_t *response_buff, in LIN_DRV_RxResponse() argument 787 retVal = LIN_DRV_ReceiveFrameData(instance, response_buff, response_length); in LIN_DRV_RxResponse()
|
| D | fsl_lin.c | 841 uint8_t *response_buff, in LIN_SetResponse() argument 849 retVal = LIN_SendFrameData(instance, response_buff, response_length); in LIN_SetResponse() 864 uint8_t *response_buff, in LIN_RxResponse() argument 872 retVal = LIN_ReceiveFrameData(instance, response_buff, response_length); in LIN_RxResponse()
|
| D | lin_driver.h | 188 uint8_t *response_buff, 201 uint8_t *response_buff,
|
| D | fsl_lin.h | 404 uint8_t *response_buff, 417 uint8_t *response_buff,
|