Searched refs:bellboard (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/drivers/mbox/ |
D | mbox_nrf_bellboard_rx.c | 34 static NRF_BELLBOARD_Type *bellboard = (NRF_BELLBOARD_Type *)DT_INST_REG_ADDR(0); variable 46 int_pend = nrf_bellboard_int_pending_get(bellboard, irq_idx); in bellboard_rx_isr() 61 __ASSERT_NO_MSG(nrf_bellboard_event_check(bellboard, event)); in bellboard_rx_isr() 63 nrf_bellboard_event_clear(bellboard, event); in bellboard_rx_isr() 120 nrf_bellboard_int_enable(bellboard, i, BIT(id)); in bellboard_rx_set_enabled() 127 nrf_bellboard_int_disable(bellboard, i, BIT(id)); in bellboard_rx_set_enabled() 159 nrf_bellboard_int_disable(bellboard, 0, evt_mappings[0]); in bellboard_rx_init() 160 nrf_bellboard_int_disable(bellboard, 1, evt_mappings[1]); in bellboard_rx_init() 161 nrf_bellboard_int_disable(bellboard, 2, evt_mappings[2]); in bellboard_rx_init() 162 nrf_bellboard_int_disable(bellboard, 3, evt_mappings[3]); in bellboard_rx_init() [all …]
|
D | mbox_nrf_bellboard_tx.c | 14 NRF_BELLBOARD_Type *bellboard; member 29 nrfy_bellboard_task_trigger(config->bellboard, nrf_bellboard_trigger_task_get(id)); in bellboard_tx_send() 56 .bellboard = (NRF_BELLBOARD_Type *)DT_INST_REG_ADDR(inst), \
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf9280_cpuapp.dtsi | 37 compatible = "nordic,nrf-bellboard-tx"; 41 compatible = "nordic,nrf-bellboard-rx"; 45 compatible = "nordic,nrf-bellboard-tx"; 49 compatible = "nordic,nrf-bellboard-tx";
|
D | nrf54h20_cpuapp.dtsi | 44 compatible = "nordic,nrf-bellboard-tx"; 48 compatible = "nordic,nrf-bellboard-rx"; 52 compatible = "nordic,nrf-bellboard-tx";
|
D | nrf9280_cpurad.dtsi | 37 compatible = "nordic,nrf-bellboard-tx"; 41 compatible = "nordic,nrf-bellboard-tx"; 45 compatible = "nordic,nrf-bellboard-rx";
|
D | nrf54h20_cpurad.dtsi | 44 compatible = "nordic,nrf-bellboard-tx"; 48 compatible = "nordic,nrf-bellboard-tx"; 52 compatible = "nordic,nrf-bellboard-rx";
|
/Zephyr-latest/dts/riscv/nordic/ |
D | nrf9280_cpuppr.dtsi | 41 compatible = "nordic,nrf-bellboard-tx"; 45 compatible = "nordic,nrf-bellboard-tx"; 49 compatible = "nordic,nrf-bellboard-tx";
|
D | nrf54h20_cpuppr.dtsi | 48 compatible = "nordic,nrf-bellboard-tx"; 52 compatible = "nordic,nrf-bellboard-tx"; 56 compatible = "nordic,nrf-bellboard-tx";
|
D | nrf54h20_cpuflpr.dtsi | 48 compatible = "nordic,nrf-bellboard-tx";
|
/Zephyr-latest/boards/nordic/nrf9280pdk/ |
D | nrf9280pdk_nrf9280_cpurad.dts | 46 /* The following bells on this bellboard are rang by these cores
|
D | nrf9280pdk_nrf9280_cpuapp.dts | 129 /* The following bells on this bellboard are rang by these cores
|