Searched defs:no (Results 1 – 5 of 5) sorted by relevance
115 #define NPCX_APB_CLOCK(no) (APBSRC_CLK / (APB##no##DIV_VAL + 1)) argument
547 #define osPoolDef(name, no, type) \ argument550 #define osPoolDef(name, no, type) \ argument
230 static void adc_cc32xx_isr(const struct device *dev, int no) in adc_cc32xx_isr()
426 int no = 0; in get_available_int() local
967 def mock_availability(handler, instance, no=num_of_failures): argument