Searched refs:NUM_DOORBELLS (Results 1 – 6 of 6) sorted by relevance
307 #if NUM_DOORBELLS309 invalid_params_if(PICO_MULTICORE, doorbell_num >= NUM_DOORBELLS); in check_doorbell_num_param()
14 #pico_add_doxygen_pre_define("NUM_DOORBELLS=0") # we have functions that are gated by this
15 pico_add_doxygen_pre_define("NUM_DOORBELLS=1") # we have functions that are gated by this
26 pico_add_doxygen_pre_define("NUM_DOORBELLS=1") # we have functions that are gated by this
319 #if NUM_DOORBELLS321 static uint8_t doorbell_claimed[NUM_CORES][(NUM_DOORBELLS + 7) >> 3];365 for(int i=NUM_DOORBELLS-1; i>=0; i--) { in multicore_doorbell_claim_unused()
46 #define NUM_DOORBELLS _u(8) macro