Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/
Dnewlib_interface.c143 off_t __attribute__((weak)) _lseek(__unused int fd, __unused off_t pos, __unused int whence) { in _lseek()
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dmpu_armv8.h191 const uint32_t pos = ((idx % 4U) * 8U); in ARM_MPU_SetMemAttrEx() local
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Darmv8m_mpu.h260 const uint32_t pos = ((idx % 4U) * 8U); in ARM_MPU_SetMemAttrEx() local
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus_driver.c182 for(int pos = 0; pos < nchars; pos += 2) { in read_hex() local