Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_pio/
Dpio.c132 static int add_program_at_offset_check(PIO pio, const pio_program_t *program, uint offset) { in add_program_at_offset_check() function
148 if (rc >= 0) rc = add_program_at_offset_check(pio, program, (uint)rc); in pio_can_add_program()
155 bool rc = add_program_at_offset_check(pio, program, offset) == 0; in pio_can_add_program_at_offset()
161 int rc = add_program_at_offset_check(pio, program, offset); in add_program_at_offset()