Searched refs:naddr (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/arch/arm/
H A Di2c.c269 i2c_scan(i2c_bus_t* i2c_bus, int start, int* addr, int naddr) argument
288 for (count = 0, i = start & ~0x1; i < 0x100 && count < naddr; i += 2) {
/seL4-refos-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Di2c.c269 i2c_scan(i2c_bus_t* i2c_bus, int start, int* addr, int naddr) argument
288 for (count = 0, i = start & ~0x1; i < 0x100 && count < naddr; i += 2) {
/seL4-refos-master/libs/libplatsupport/arch_include/arm/platsupport/
H A Di2c.h457 * @param[in] naddr The maximum number of addresses to return. This
462 * If the return value equals @ref(naddr), one should
465 int i2c_scan(i2c_bus_t *i2c_bus, int start, int *addr, int naddr);
/seL4-refos-master/projects/util_libs/libplatsupport/arch_include/arm/platsupport/
H A Di2c.h457 * @param[in] naddr The maximum number of addresses to return. This
462 * If the return value equals @ref(naddr), one should
465 int i2c_scan(i2c_bus_t *i2c_bus, int start, int *addr, int naddr);

Completed in 119 milliseconds