Home
last modified time | relevance | path

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

/lk-master/external/platform/pico/rp2_common/hardware_i2c/
A Di2c.c130 bool first = byte_ctr == 0; in i2c_write_blocking_internal() local
134 !!(first && i2c->restart_on_next) << I2C_IC_DATA_CMD_RESTART_LSB | in i2c_write_blocking_internal()
217 bool first = byte_ctr == 0; in i2c_read_blocking_internal() local
223 !!(first && i2c->restart_on_next) << I2C_IC_DATA_CMD_RESTART_LSB | in i2c_read_blocking_internal()
/lk-master/external/lib/cksum/
A Dcrc32.c97 static volatile int first = 1; /* flag to limit concurrent making */ in make_crc_table() local
103 if (first) { in make_crc_table()
104 first = 0; in make_crc_table()
/lk-master/platform/zynq/
A Dstart.S94 # tell the SCU to not filter first 1MB
/lk-master/external/platform/pico/rp2_common/pico_standard_link/
A Dmemmap_no_flash.ld36 entry (ELF entry point), are *first* in the image, and the vector table
214 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
A Dmemmap_copy_to_ram.ld98 /* Vector table goes first in RAM, to avoid large alignment hole */
250 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
A Dmemmap_blocked_ram.ld249 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
A Dmemmap_default.ld249 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
/lk-master/external/lib/lwip/core/ipv4/
A Dip.c401 int first = 1; local
433 if (first) {
434 first = 0;
/lk-master/external/platform/nrfx/mdk/
A Dnrf51_common.ld17 * the new terms are clearly indicated on the first page of each file where
A Dnrf_common.ld15 * the new terms are clearly indicated on the first page of each file where
A Dnrf52_common.ld17 * the new terms are clearly indicated on the first page of each file where
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S170 # frsub first because it is the only one that needs alignment
975 lsrs r3,r1,#4 @ first Newton-Raphson iteration
1133 @ a first pass and then double precision in a second pass?).
A Ddouble_aeabi.S143 # frsub first because it is the only one that needs alignment
/lk-master/arch/mips/
A Dmips.ld119 first. Because this is a wildcard, it
/lk-master/external/platform/pico/rp2_common/pico_float/
A Dfloat_aeabi.S116 # frsub first because it is the only one that needs alignment
/lk-master/external/arch/arm/arm-m/CMSIS/Patch/
A Dsystick_nvic.patch38 +/* LK: include lk's compiler.h first, which has some of the same #defines */
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
180 # first line (until the first dot) of a Javadoc-style comment as the brief
188 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
189 # line (until the first dot) of a Qt-style comment as the brief description. If
356 # tag is set to YES then doxygen will reuse the documentation of the first
583 # destructors are listed first. If set to NO the constructors will appear in the
1713 # generated LaTeX document. The header should contain everything until the first
/lk-master/external/platform/nrfx/
A DCHANGELOG.md104 …ctions to take the pointer to the structure of registers of the peripheral as their first argument.

Completed in 41 milliseconds