Home
last modified time | relevance | path

Searched defs:nrf_wifi_bal_ops (Results 1 – 1 of 1) sorted by relevance

/nrf_wifi-latest/bus_if/bal/inc/
Dbal_ops.h21 struct nrf_wifi_bal_ops { struct
29 void * (*init)(void *cfg_params,
37 void (*deinit)(void *bus_priv);
46 void * (*dev_add)(void *bus_priv,
54 void (*dev_rem)(void *bus_dev_ctx);
62 enum nrf_wifi_status (*dev_init)(void *bus_dev_ctx);
69 void (*dev_deinit)(void *bus_dev_ctx);
78 unsigned int (*read_word)(void *bus_dev_ctx,
88 void (*write_word)(void *bus_dev_ctx,
100 void (*read_block)(void *bus_dev_ctx,
[all …]