Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_i2c/
Di2c.c146 bool abort = false; in i2c_write_blocking_internal() local
173 abort |= timeout; in i2c_write_blocking_internal()
186 abort = true; in i2c_write_blocking_internal()
189 if (abort || (last && !nostop)) { in i2c_write_blocking_internal()
199 abort |= timeout; in i2c_write_blocking_internal()
214 if (abort) in i2c_write_blocking_internal()
222 if (abort) { in i2c_write_blocking_internal()
279 bool abort = false; in i2c_read_blocking_internal() local
302 abort = true; in i2c_read_blocking_internal()
307 abort |= timeout; in i2c_read_blocking_internal()
[all …]
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dusb.h221 io_rw_32 abort;
Ddma.h232 io_wo_32 abort;
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dusb.h225 io_rw_32 abort;
Ddma.h282 io_wo_32 abort;
/hal_rpi_pico-latest/src/rp2_common/hardware_dma/
Ddma.c13 check_hw_layout(dma_hw_t, abort, DMA_CHAN_ABORT_OFFSET);
/hal_rpi_pico-latest/src/rp2_common/hardware_dma/include/hardware/
Ddma.h546 dma_hw->abort = 1u << channel; in dma_channel_abort()
/hal_rpi_pico-latest/tools/pioasm/
Dparser.yy177 …:stringstream msg; msg << "program " << $2 << " already exists"; error(@$, msg.str()); abort(); } }
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp1074 …0].value.as < std::string > () << " already exists"; error(yylhs.location, msg.str()); abort(); } } in parse()