Searched defs:psCfg (Results 1 – 2 of 2) sorted by relevance
84 static uint32_t hm01b0_write_reg(hm01b0_cfg_t* psCfg, uint16_t ui16Reg, in hm01b0_write_reg()127 static uint32_t hm01b0_read_reg(hm01b0_cfg_t* psCfg, uint16_t ui16Reg, in hm01b0_read_reg()169 static uint32_t hm01b0_load_script(hm01b0_cfg_t* psCfg, hm_script_t* psScript, in hm01b0_load_script()194 void hm01b0_power_up(hm01b0_cfg_t* psCfg) { in hm01b0_power_up()209 void hm01b0_power_down(hm01b0_cfg_t* psCfg) { in hm01b0_power_down()224 void hm01b0_mclk_enable(hm01b0_cfg_t* psCfg) { in hm01b0_mclk_enable()280 void hm01b0_mclk_disable(hm01b0_cfg_t* psCfg) { in hm01b0_mclk_disable()299 uint32_t hm01b0_init_if(hm01b0_cfg_t* psCfg) { in hm01b0_init_if()393 uint32_t hm01b0_deinit_if(hm01b0_cfg_t* psCfg) { in hm01b0_deinit_if()447 uint32_t hm01b0_get_modelid(hm01b0_cfg_t* psCfg, uint16_t* pui16MID) { in hm01b0_get_modelid()[all …]
48 uint32_t hm01b0_blocking_read_oneframe_scaled(hm01b0_cfg_t* psCfg, in hm01b0_blocking_read_oneframe_scaled()