Home
last modified time | relevance | path

Searched refs:lpi2c_rtos_handle_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c_freertos.c18 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()
Dfsl_lpi2c_freertos.h43 } 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);