Home
last modified time | relevance | path

Searched defs:start (Results 176 – 200 of 239) sorted by relevance

12345678910

/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_adv.c94 int64_t start; member
820 struct bt_mesh_adv *start, *adv; in prov_send_adv() local
Dprov.h145 uint8_t start[PDU_LEN_START]; member
/Zephyr-latest/drivers/sensor/bosch/bme680/
Dbme680.c52 uint8_t start, void *buf, int size) in bme680_reg_read()
/Zephyr-latest/drivers/dma/
Ddmamux_stm32.c69 dma_start_fn start; member
/Zephyr-latest/soc/microchip/mec/mec15xx/
Dsoc_espi_saf_v1.h394 uint32_t start; member
/Zephyr-latest/drivers/regulator/
Dregulator_shell.c19 size_t len, start, end; in strtomicro() local
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388.c57 uint8_t start, uint8_t *buf, int size) in bmp388_reg_read()
/Zephyr-latest/include/zephyr/drivers/
Dcounter.h235 counter_api_start start; member
/Zephyr-latest/include/zephyr/net/http/
Dparser.h150 uint64_t start; member
/Zephyr-latest/drivers/sensor/bosch/bmp180/
Dbmp180.c69 static inline int bmp180_reg_read(const struct device *dev, uint8_t start, in bmp180_reg_read()
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Darm_mpu_v8.h384 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument
/Zephyr-latest/tests/kernel/timer/timer_api/src/
Dmain.c804 int64_t start, end; in ZTEST_USER() local
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_internal.h84 } start; member
/Zephyr-latest/kernel/
Dpipes.c282 size_t start, in pipe_buffer_list_populate()
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150.c46 uint8_t start, uint8_t *buf, int size) in bmm150_reg_read()
/Zephyr-latest/drivers/sensor/grow_r502a/
Dgrow_r502a.h182 uint16_t start; member
/Zephyr-latest/soc/microchip/mec/mec172x/
Dsoc_espi_saf_v2.h503 uint32_t start; member
/Zephyr-latest/include/zephyr/kernel/
Dthread.h160 uintptr_t start; member
/Zephyr-latest/drivers/counter/
Dcounter_nrfx_timer.c88 static int start(const struct device *dev) in start() function
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c950 uint32_t start = 1000U; in ZTEST() local
/Zephyr-latest/drivers/i3c/
Di3c_dw.c308 #define DEV_ADDR_TABLE_LOC(start, idx) ((start) + ((idx) << 2)) argument
310 #define DEV_CHAR_TABLE_LOC1(start, idx) ((start) + ((idx) << 4)) argument
313 #define DEV_CHAR_TABLE_LOC2(start, idx) ((DEV_CHAR_TABLE_LOC1(start, idx)) + 4) argument
314 #define DEV_CHAR_TABLE_LOC3(start, idx) ((DEV_CHAR_TABLE_LOC1(start, idx)) + 8) argument
/Zephyr-latest/subsys/logging/
Dlog_output.c275 bool color, bool start, uint32_t level) in color_print()
/Zephyr-latest/subsys/net/ip/
Droute.c61 static inline struct net_nbr *get_nexthop_nbr(struct net_nbr *start, int idx) in get_nexthop_nbr()
Dutils.c140 char *start = buf; in net_value_to_udec() local
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h843 int (*const start)(const struct bt_mesh_model *model); member
949 void (*start)(uint16_t duration, int err, void *cb_data); member

12345678910