Searched defs:i2s_nrfx_drv_data (Results 1 – 1 of 1) sorted by relevance
28 struct i2s_nrfx_drv_data { struct29 struct onoff_manager *clk_mgr;30 struct onoff_client clk_cli;31 struct stream_cfg tx;32 struct k_msgq tx_queue;33 struct stream_cfg rx;34 struct k_msgq rx_queue;35 const nrfx_i2s_t *p_i2s;36 const uint32_t *last_tx_buffer;37 enum i2s_state state;[all …]