Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/soc/arm/nuvoton_npcx/common/
Dsoc_clock.h88 #define NPCX_APB_CLOCK(no) (APBSRC_CLK / (APB##no##DIV_VAL + 1)) argument
/Zephyr-Core-2.7.6/include/portability/
Dcmsis_os.h547 #define osPoolDef(name, no, type) \ argument
550 #define osPoolDef(name, no, type) \ argument
/Zephyr-Core-2.7.6/drivers/adc/
Dadc_cc32xx.c229 static void adc_cc32xx_isr(const struct device *dev, int no) in adc_cc32xx_isr()
/Zephyr-Core-2.7.6/drivers/interrupt_controller/
Dintc_esp32.c420 int no = 0; in get_available_int() local