Home
last modified time | relevance | path

Searched refs:NUM_PIOS (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/
Dplatform_defs.h26 #define NUM_PIOS _u(2) macro
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/
Dplatform_defs.h27 #define NUM_PIOS _u(3) macro
/hal_rpi_pico-latest/src/rp2_common/hardware_pio/
Dpio.c22 static uint8_t claimed[(NUM_PIO_STATE_MACHINES * NUM_PIOS + 7) >> 3];
64 static uint32_t _used_instruction_space[NUM_PIOS];
416 int pio_num = NUM_PIOS; in pio_claim_free_sm_and_add_program_for_gpio_range()
/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/
Dpio.h148 #if NUM_PIOS > 2
310 #if NUM_PIOS == 2 in check_pio_param()
312 #elif NUM_PIOS == 3 in check_pio_param()
855 invalid_params_if(HARDWARE_PIO, instance >= NUM_PIOS); in pio_get_instance()