/Zephyr-Core-3.6.0/drivers/sensor/bmi270/ |
D | bmi270_i2c.c | 19 uint8_t start, uint8_t *data, uint16_t len) in bmi270_reg_read_i2c() 24 static int bmi270_reg_write_i2c(const union bmi270_bus *bus, uint8_t start, in bmi270_reg_write_i2c()
|
D | bmi270_spi.c | 23 uint8_t start, uint8_t *data, uint16_t len) in bmi270_reg_read_spi() 60 static int bmi270_reg_write_spi(const union bmi270_bus *bus, uint8_t start, in bmi270_reg_write_spi()
|
/Zephyr-Core-3.6.0/subsys/net/lib/mqtt/ |
D | mqtt_encoder.c | 186 static uint32_t mqtt_encode_fixed_header(uint8_t message_type, uint8_t *start, in mqtt_encode_fixed_header() 250 uint8_t *start; in mqtt_message_id_only_enc() local 278 uint8_t *start; in connect_request_encode() local 397 uint8_t *start; in publish_encode() local 489 uint8_t *start; in subscribe_encode() local 526 uint8_t *start; in unsubscribe_encode() local
|
/Zephyr-Core-3.6.0/samples/subsys/zbus/uart_bridge/src/ |
D | core.c | 25 struct action_msg start = {false}; in core_thread() local
|
/Zephyr-Core-3.6.0/include/zephyr/arch/arc/ |
D | arch.h | 307 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument 316 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument 326 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument 334 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument
|
/Zephyr-Core-3.6.0/include/zephyr/app_memory/ |
D | mem_domain.h | 34 #define K_MEM_PARTITION_DEFINE(name, start, size, attr) \ argument 57 uintptr_t start; member
|
/Zephyr-Core-3.6.0/tests/benchmarks/app_kernel/src/ |
D | msgq_b.c | 18 timing_t start; in message_queue_test() local
|
D | mutex_b.c | 18 timing_t start; in mutex_test() local
|
D | sema_b.c | 18 timing_t start; in sema_test() local
|
D | memmap_b.c | 18 timing_t start; in memorymap_test() local
|
/Zephyr-Core-3.6.0/tests/lib/sys_util/src/ |
D | main.c | 24 uint32_t start, end, expected; in ZTEST() local
|
/Zephyr-Core-3.6.0/soc/riscv/andes_v5/ae350/ |
D | pma.c | 44 #define NAPOT_BASE(start, size) TO_PMA_ADDR((start) & ~((size) - 1)) argument 48 #define NA4_ENCODING(start) TO_PMA_ADDR(start) argument 49 #define NAPOT_ENCODING(start, size) (NAPOT_BASE(start, size) \ argument 66 unsigned long start; member
|
/Zephyr-Core-3.6.0/modules/canopennode/ |
D | canopen_sync.c | 21 uint32_t start; /* cycles */ in canopen_sync_thread() local
|
/Zephyr-Core-3.6.0/samples/net/cellular_modem/server/ |
D | te_udp_echo.py | 13 def start(self): member in TEUDPEcho
|
/Zephyr-Core-3.6.0/include/zephyr/net/ |
D | dummy.h | 36 int (*start)(const struct device *dev); member
|
/Zephyr-Core-3.6.0/subsys/debug/coredump/ |
D | coredump_internal.h | 30 uintptr_t start; member
|
/Zephyr-Core-3.6.0/arch/arm/include/ |
D | kernel_arch_data.h | 53 uintptr_t start; member
|
/Zephyr-Core-3.6.0/arch/nios2/core/ |
D | cache.c | 73 void z_nios2_dcache_flush_no_writeback(void *start, uint32_t len) in z_nios2_dcache_flush_no_writeback()
|
/Zephyr-Core-3.6.0/soc/riscv/telink_tlsr/tlsr951x/ |
D | start.S | 32 start: label
|
/Zephyr-Core-3.6.0/tests/benchmarks/latency_measure/src/ |
D | int_to_thread.c | 58 timing_t start; in int_to_interrupted_thread() local 80 timing_t start; in start_thread_entry() local
|
/Zephyr-Core-3.6.0/drivers/sensor/bme280/ |
D | bme280_i2c.c | 22 uint8_t start, uint8_t *buf, int size) in bme280_reg_read_i2c()
|
/Zephyr-Core-3.6.0/include/zephyr/arch/common/ |
D | exc_handle.h | 32 void *start; member
|
/Zephyr-Core-3.6.0/drivers/sensor/ist8310/ |
D | ist8310_i2c.c | 19 static int ist8310_reg_read_i2c(const union ist8310_bus *bus, uint8_t start, uint8_t *buf, int size) in ist8310_reg_read_i2c()
|
/Zephyr-Core-3.6.0/drivers/sensor/bmp388/ |
D | bmp388_i2c.c | 22 uint8_t start, uint8_t *buf, int size) in bmp388_reg_read_i2c()
|
/Zephyr-Core-3.6.0/drivers/sensor/bmm150/ |
D | bmm150_i2c.c | 23 uint8_t start, uint8_t *buf, int size) in bmm150_reg_read_i2c()
|