Home
last modified time | relevance | path

Searched refs:NUM_DOORBELLS (Results 1 – 6 of 6) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_multicore/include/pico/
Dmulticore.h307 #if NUM_DOORBELLS
309 invalid_params_if(PICO_MULTICORE, doorbell_num >= NUM_DOORBELLS); in check_doorbell_num_param()
/hal_rpi_pico-latest/src/
Drp2040.cmake14 #pico_add_doxygen_pre_define("NUM_DOORBELLS=0") # we have functions that are gated by this
Drp2350-arm-s.cmake15 pico_add_doxygen_pre_define("NUM_DOORBELLS=1") # we have functions that are gated by this
Dcombined-docs.cmake26 pico_add_doxygen_pre_define("NUM_DOORBELLS=1") # we have functions that are gated by this
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/
Dmulticore.c319 #if NUM_DOORBELLS
321 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()
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/
Dplatform_defs.h46 #define NUM_DOORBELLS _u(8) macro