Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/interrupt_controller/intc_plic/src/
Dmain.c13 ZTEST_SUITE(intc_plic, NULL, NULL, NULL, NULL, NULL);
16 ZTEST(intc_plic, test_local_irq_to_reg_index) in ZTEST() argument
25 ZTEST(intc_plic, test_local_irq_to_reg_offset) in ZTEST() argument
33 ZTEST(intc_plic, test_hart_context_mapping) in ZTEST() argument
/Zephyr-latest/tests/drivers/interrupt_controller/intc_plic/
DCMakeLists.txt5 project(intc_plic) project
DKconfig8 Declare some intc_plic.c functions in the global scope for verification.
/Zephyr-latest/drivers/interrupt_controller/
DCMakeLists.txt26 zephyr_library_sources_ifdef(CONFIG_PLIC intc_plic.c)