Searched full:bellboard (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/dts/bindings/mbox/ |
D | nordic,nrf-bellboard-tx.yaml | 5 Nordic BELLBOARD 7 BELLBOARD provides support for inter-domain software signaling. It implements 9 communication (IPC) framework. When used in the tx mode, the BELLBOARD 14 bellboard: mailbox@deadbeef { 15 compatible = "nordic,nrf-bellboard-tx"; 20 compatible: "nordic,nrf-bellboard-tx" 22 include: "nordic,nrf-bellboard-common.yaml"
|
D | nordic,nrf-bellboard-rx.yaml | 5 Nordic BELLBOARD 7 BELLBOARD provides support for inter-domain software signaling. It implements 9 communication (IPC) framework. When used in the rx mode, the BELLBOARD 14 bellboard: mailbox@deadbeef { 15 compatible = "nordic,nrf-bellboard-rx"; 24 compatible: "nordic,nrf-bellboard-rx" 26 include: "nordic,nrf-bellboard-common.yaml"
|
/Zephyr-latest/drivers/mbox/ |
D | Kconfig.nrf_bellboard | 5 bool "nRF BELLBOARD RX driver" 9 Mailbox driver for RX Nordic nRF BELLBOARD 12 bool "nRF BELLBOARD TX driver" 16 Mailbox driver for TX Nordic nRF BELLBOARD
|
D | mbox_nrf_bellboard_rx.c | 22 /* BELLBOARD event mappings */ 33 /* BELLBOARD instance */ 34 static NRF_BELLBOARD_Type *bellboard = (NRF_BELLBOARD_Type *)DT_INST_REG_ADDR(0); variable 36 /* BELLBOARD runtime resources */ 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() [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
|