Searched refs:s3mu_hal_receive_data (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/s3mu/ |
| D | fsl_s3mu.c | 36 static void s3mu_hal_receive_data(S3MU_Type *mu, uint32_t regid, uint32_t *data); 143 s3mu_hal_receive_data(mu, rx_reg_idx, buf); in S3MU_ReadMessage() 158 s3mu_hal_receive_data(mu, rx_reg_idx, buf_ptr); in S3MU_ReadMessage() 168 static void s3mu_hal_receive_data(S3MU_Type *mu, uint32_t regid, uint32_t *data) in s3mu_hal_receive_data() function 238 s3mu_hal_receive_data(mu, rx_reg_idx, &buf[counter]); in s3mu_read_data_wait()
|