Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mbox/
Dmbox_nrfx_ipc.c151 nrfx_ipc_config_t ch_config = { 0 }; in enable_dt_channels() local
162 ch_config.receive_events_enabled = 0; in enable_dt_channels()
166 ch_config.send_task_config[ch] = BIT(ch); in enable_dt_channels()
170 ch_config.receive_event_config[ch] = BIT(ch); in enable_dt_channels()
174 nrfx_ipc_config_load(&ch_config); in enable_dt_channels()