Home
last modified time | relevance | path

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

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/mlmr/
Dmlmr.c95 …gus_init_t gus_init; /**< Goodix UART Service initialization variabl…
107 static sdk_err_t gus_init(void);
177 (prf_init_func_t)gus_init,
209 static sdk_err_t gus_init(void)
327 s_gus_env.gus_init.evt_handler(&event);
335 s_gus_env.gus_init.evt_handler(&event);
345 s_gus_env.gus_init.evt_handler(&event);
356 s_gus_env.gus_init.evt_handler(&event);
361 s_gus_env.gus_init.evt_handler(&event);
405 if (GUS_EVT_INVALID != event.evt_type && s_gus_env.gus_init.evt_handler) {
[all …]
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/gus/
Dgus.c92 …gus_init_t gus_init; /**< Goodix UART Service initialization variabl… member
103 static sdk_err_t gus_init(void);
168 (prf_init_func_t)gus_init,
200 static sdk_err_t gus_init(void) in gus_init() function
325 s_gus_env.gus_init.evt_handler) { in gus_write_att_cb()
326 s_gus_env.gus_init.evt_handler(&event); in gus_write_att_cb()
369 if (GUS_EVT_INVALID != event.evt_type && s_gus_env.gus_init.evt_handler) { in gus_cccd_set_cb()
370 s_gus_env.gus_init.evt_handler(&event); in gus_cccd_set_cb()
385 if (s_gus_env.gus_init.evt_handler != NULL) { in gus_ntf_ind_cb()
391 s_gus_env.gus_init.evt_handler(&event); in gus_ntf_ind_cb()
[all …]