Searched refs:first (Results 1 – 18 of 18) sorted by relevance
/lk-master/external/platform/pico/rp2_common/hardware_i2c/ |
A D | i2c.c | 130 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 D | crc32.c | 97 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 D | start.S | 94 # tell the SCU to not filter first 1MB
|
/lk-master/external/platform/pico/rp2_common/pico_standard_link/ |
A D | memmap_no_flash.ld | 36 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 D | memmap_copy_to_ram.ld | 98 /* 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 D | memmap_blocked_ram.ld | 249 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
|
A D | memmap_default.ld | 249 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
|
/lk-master/external/lib/lwip/core/ipv4/ |
A D | ip.c | 401 int first = 1; local 433 if (first) { 434 first = 0;
|
/lk-master/external/platform/nrfx/mdk/ |
A D | nrf51_common.ld | 17 * the new terms are clearly indicated on the first page of each file where
|
A D | nrf_common.ld | 15 * the new terms are clearly indicated on the first page of each file where
|
A D | nrf52_common.ld | 17 * the new terms are clearly indicated on the first page of each file where
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_v1_rom_shim.S | 170 # 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 D | double_aeabi.S | 143 # frsub first because it is the only one that needs alignment
|
/lk-master/arch/mips/ |
A D | mips.ld | 119 first. Because this is a wildcard, it
|
/lk-master/external/platform/pico/rp2_common/pico_float/ |
A D | float_aeabi.S | 116 # frsub first because it is the only one that needs alignment
|
/lk-master/external/arch/arm/arm-m/CMSIS/Patch/ |
A D | systick_nvic.patch | 38 +/* LK: include lk's compiler.h first, which has some of the same #defines */
|
/lk-master/external/platform/nrfx/doc/ |
A D | nrfx.doxyfile | 22 # 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 D | CHANGELOG.md | 104 …ctions to take the pointer to the structure of registers of the peripheral as their first argument.
|
Completed in 41 milliseconds