Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_i3c_api.h13 struct mec_i3c_ctx { struct
225 void MEC_HAL_I3C_Soft_Reset(struct mec_i3c_ctx *ctx);
227 void MEC_HAL_I3C_Controller_Clk_Init(struct mec_i3c_ctx *ctx, uint32_t core_clk_rate_mhz,
230 void MEC_HAL_I3C_Controller_Clk_Cfg(struct mec_i3c_ctx *ctx, uint32_t core_clk_rate_mhz,
233 void MEC_HAL_I3C_Controller_Clk_I2C_Init(struct mec_i3c_ctx *ctx, uint32_t core_clk_rate_mhz);
235 void MEC_HAL_I3C_Target_Init(struct mec_i3c_ctx *ctx, uint32_t core_clk_rate_mhz,
238 void MEC_HAL_I3C_Controller_Interrupts_Init(struct mec_i3c_ctx *ctx);
240 void MEC_HAL_I3C_Thresholds_Init(struct mec_i3c_ctx *ctx);
242 void MEC_HAL_I3C_Thresholds_Response_buf_set(struct mec_i3c_ctx *ctx, uint8_t threshold);
244 void MEC_HAL_I3C_Host_Config(struct mec_i3c_ctx *ctx);
[all …]
Dmec_i3c.c56 void MEC_HAL_I3C_Controller_Clk_I2C_Init(struct mec_i3c_ctx *ctx, uint32_t core_clk_rate_mhz) in MEC_HAL_I3C_Controller_Clk_I2C_Init()
87 void MEC_HAL_I3C_Controller_Clk_Init(struct mec_i3c_ctx *ctx, uint32_t core_clk_rate_mhz, in MEC_HAL_I3C_Controller_Clk_Init()
110 void MEC_HAL_I3C_Controller_Clk_Cfg(struct mec_i3c_ctx *ctx, uint32_t core_clk_rate_mhz, in MEC_HAL_I3C_Controller_Clk_Cfg()
135 void MEC_HAL_I3C_Target_Init(struct mec_i3c_ctx *ctx, uint32_t core_clk_rate_mhz, in MEC_HAL_I3C_Target_Init()
184 void MEC_HAL_I3C_Target_MRL_MWL_update(struct mec_i3c_ctx *ctx, uint16_t *max_rd_len, in MEC_HAL_I3C_Target_MRL_MWL_update()
203 void MEC_HAL_I3C_Target_MRL_MWL_set(struct mec_i3c_ctx *ctx, uint16_t max_rd_len, in MEC_HAL_I3C_Target_MRL_MWL_set()
216 void MEC_HAL_I3C_Target_Interrupts_Init(struct mec_i3c_ctx *ctx) in MEC_HAL_I3C_Target_Interrupts_Init()
249 void MEC_HAL_I3C_Controller_Interrupts_Init(struct mec_i3c_ctx *ctx) in MEC_HAL_I3C_Controller_Interrupts_Init()
282 void MEC_HAL_I3C_Thresholds_Init(struct mec_i3c_ctx *ctx) in MEC_HAL_I3C_Thresholds_Init()
326 void MEC_HAL_I3C_Thresholds_Response_buf_set(struct mec_i3c_ctx *ctx, uint8_t threshold) in MEC_HAL_I3C_Thresholds_Response_buf_set()
[all …]