Home
last modified time | relevance | path

Searched defs:no (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/common/
Dsoc_clock.h115 #define NPCX_APB_CLOCK(no) (APBSRC_CLK / (APB##no##DIV_VAL + 1)) argument
/Zephyr-Core-3.5.0/include/zephyr/portability/
Dcmsis_os.h547 #define osPoolDef(name, no, type) \ argument
550 #define osPoolDef(name, no, type) \ argument
/Zephyr-Core-3.5.0/drivers/adc/
Dadc_cc32xx.c230 static void adc_cc32xx_isr(const struct device *dev, int no) in adc_cc32xx_isr()
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
Dintc_esp32.c426 int no = 0; in get_available_int() local
/Zephyr-Core-3.5.0/scripts/tests/twister/
Dtest_handlers.py967 def mock_availability(handler, instance, no=num_of_failures): argument