Searched refs:lpi2c_rtos_handle_t (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/ |
| D | fsl_lpi2c_freertos.c | 17 lpi2c_rtos_handle_t *handle = (lpi2c_rtos_handle_t *)userData; in LPI2C_RTOS_Callback() 35 status_t LPI2C_RTOS_Init(lpi2c_rtos_handle_t *handle, in LPI2C_RTOS_Init() 50 (void)memset(handle, 0, sizeof(lpi2c_rtos_handle_t)); in LPI2C_RTOS_Init() 80 status_t LPI2C_RTOS_Deinit(lpi2c_rtos_handle_t *handle) in LPI2C_RTOS_Deinit() 97 status_t LPI2C_RTOS_Transfer(lpi2c_rtos_handle_t *handle, lpi2c_master_transfer_t *transfer) in LPI2C_RTOS_Transfer()
|
| D | fsl_lpi2c_freertos.h | 44 } lpi2c_rtos_handle_t; typedef 70 status_t LPI2C_RTOS_Init(lpi2c_rtos_handle_t *handle, 82 status_t LPI2C_RTOS_Deinit(lpi2c_rtos_handle_t *handle); 93 status_t LPI2C_RTOS_Transfer(lpi2c_rtos_handle_t *handle, lpi2c_master_transfer_t *transfer);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/ |
| D | fsl_lpi2c_freertos.c | 17 lpi2c_rtos_handle_t *handle = (lpi2c_rtos_handle_t *)userData; in LPI2C_RTOS_Callback() 35 status_t LPI2C_RTOS_Init(lpi2c_rtos_handle_t *handle, in LPI2C_RTOS_Init() 50 (void)memset(handle, 0, sizeof(lpi2c_rtos_handle_t)); in LPI2C_RTOS_Init() 80 status_t LPI2C_RTOS_Deinit(lpi2c_rtos_handle_t *handle) in LPI2C_RTOS_Deinit() 97 status_t LPI2C_RTOS_Transfer(lpi2c_rtos_handle_t *handle, lpi2c_master_transfer_t *transfer) in LPI2C_RTOS_Transfer()
|
| D | fsl_lpi2c_freertos.h | 44 } lpi2c_rtos_handle_t; typedef 70 status_t LPI2C_RTOS_Init(lpi2c_rtos_handle_t *handle, 82 status_t LPI2C_RTOS_Deinit(lpi2c_rtos_handle_t *handle); 93 status_t LPI2C_RTOS_Transfer(lpi2c_rtos_handle_t *handle, lpi2c_master_transfer_t *transfer);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/ |
| D | fsl_lpi2c_freertos.c | 18 lpi2c_rtos_handle_t *handle = (lpi2c_rtos_handle_t *)userData; in LPI2C_RTOS_Callback() 36 status_t LPI2C_RTOS_Init(lpi2c_rtos_handle_t *handle, in LPI2C_RTOS_Init() 51 (void)memset(handle, 0, sizeof(lpi2c_rtos_handle_t)); in LPI2C_RTOS_Init() 81 status_t LPI2C_RTOS_Deinit(lpi2c_rtos_handle_t *handle) in LPI2C_RTOS_Deinit() 100 status_t LPI2C_RTOS_Transfer(lpi2c_rtos_handle_t *handle, lpi2c_master_transfer_t *transfer) in LPI2C_RTOS_Transfer()
|
| D | fsl_lpi2c_freertos.h | 43 } lpi2c_rtos_handle_t; typedef 70 status_t LPI2C_RTOS_Init(lpi2c_rtos_handle_t *handle, 82 status_t LPI2C_RTOS_Deinit(lpi2c_rtos_handle_t *handle); 93 status_t LPI2C_RTOS_Transfer(lpi2c_rtos_handle_t *handle, lpi2c_master_transfer_t *transfer);
|