Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/
Dpio_assembler.cpp263 int _delay = delay->resolve(program); in encode() local
264 if (_delay < 0) { in encode()
267 if (_delay > program.delay_max) { in encode()
295 …return (((uint) raw.type) << 13u) | (((uint) _delay | (uint) _sideset) << 8u) | (raw.arg1 << 5u) |… in encode()