Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 226) sorted by relevance

12345678910

/Zephyr-Core-3.7.0/tests/subsys/display/cfb/basic/src/
Ddraw_rect.c52 struct cfb_position start = {0, 0}; in ZTEST() local
63 struct cfb_position start = {1, 1}; in ZTEST() local
75 struct cfb_position start = {9, 15}; in ZTEST() local
86 struct cfb_position start = {10, 16}; in ZTEST() local
97 struct cfb_position start = {11, 17}; in ZTEST() local
111 struct cfb_position start = {-(11 - 3), -(23 - 4)}; in ZTEST() local
122 struct cfb_position start = {display_width - 5, -(23 - 8)}; in ZTEST() local
133 struct cfb_position start = {display_width - 3, display_height - 5}; in ZTEST() local
146 struct cfb_position start = {-(11 - 3), display_height - 14}; in ZTEST() local
Ddraw_line.c49 struct cfb_position start = {0, 0}; in ZTEST() local
60 struct cfb_position start = {0, 0}; in ZTEST() local
71 struct cfb_position start = {display_width - 1, 0}; in ZTEST() local
82 struct cfb_position start = {0, 239}; in ZTEST() local
93 struct cfb_position start = {0, 0}; in ZTEST() local
110 struct cfb_position start = {0, 0}; in ZTEST() local
123 struct cfb_position start = {-32, -48}; in ZTEST() local
/Zephyr-Core-3.7.0/drivers/sensor/bosch/bmi270/
Dbmi270_i2c.c19 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()
Dbmi270_spi.c23 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.7.0/samples/subsys/zbus/uart_bridge/src/
Dcore.c25 struct action_msg start = {false}; in core_thread() local
/Zephyr-Core-3.7.0/tests/misc/llext-edk/extension/src/
Dmain.c11 int start(void) in start() function
/Zephyr-Core-3.7.0/subsys/net/lib/mqtt/
Dmqtt_encoder.c193 static uint32_t mqtt_encode_fixed_header(uint8_t message_type, uint8_t *start, in mqtt_encode_fixed_header()
257 uint8_t *start; in mqtt_message_id_only_enc() local
285 uint8_t *start; in connect_request_encode() local
404 uint8_t *start; in publish_encode() local
499 uint8_t *start; in subscribe_encode() local
536 uint8_t *start; in unsubscribe_encode() local
/Zephyr-Core-3.7.0/samples/subsys/llext/edk/ext1/src/
Dmain.c12 int start(void) in start() function
/Zephyr-Core-3.7.0/samples/subsys/llext/edk/ext2/src/
Dmain.c12 int start(void) in start() function
/Zephyr-Core-3.7.0/include/zephyr/arch/arc/
Darch.h307 #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.7.0/include/zephyr/app_memory/
Dmem_domain.h34 #define K_MEM_PARTITION_DEFINE(name, start, size, attr) \ argument
57 uintptr_t start; member
/Zephyr-Core-3.7.0/tests/benchmarks/app_kernel/src/
Dmsgq_b.c18 timing_t start; in message_queue_test() local
Dmutex_b.c18 timing_t start; in mutex_test() local
Dsema_b.c18 timing_t start; in sema_test() local
Dmemmap_b.c18 timing_t start; in memorymap_test() local
/Zephyr-Core-3.7.0/subsys/debug/coredump/
Dcoredump_internal.h20 uintptr_t start; member
/Zephyr-Core-3.7.0/soc/andestech/ae350/
Dpma.c46 #define NAPOT_BASE(start, size) TO_PMA_ADDR((start) & ~((size) - 1)) argument
50 #define NA4_ENCODING(start) TO_PMA_ADDR(start) argument
51 #define NAPOT_ENCODING(start, size) (NAPOT_BASE(start, size) \ argument
68 unsigned long start; member
/Zephyr-Core-3.7.0/samples/net/cellular_modem/server/
Dte_udp_echo.py13 def start(self): member in TEUDPEcho
/Zephyr-Core-3.7.0/modules/canopennode/
Dcanopen_sync.c21 uint32_t start; /* cycles */ in canopen_sync_thread() local
/Zephyr-Core-3.7.0/arch/arm/include/
Dkernel_arch_data.h53 uintptr_t start; member
/Zephyr-Core-3.7.0/arch/nios2/core/
Dcache.c73 void z_nios2_dcache_flush_no_writeback(void *start, uint32_t len) in z_nios2_dcache_flush_no_writeback()
/Zephyr-Core-3.7.0/soc/telink/tlsr/tlsr951x/
Dstart.S32 start: label
/Zephyr-Core-3.7.0/tests/benchmarks/latency_measure/src/
Dint_to_thread.c58 timing_t start; in int_to_interrupted_thread() local
80 timing_t start; in start_thread_entry() local
/Zephyr-Core-3.7.0/boards/native/native_posix/
Dmain.c93 uint64_t start = hwm_get_time(); in posix_exec_for() local
/Zephyr-Core-3.7.0/drivers/sensor/bosch/bmm150/
Dbmm150_i2c.c23 uint8_t start, uint8_t *buf, int size) in bmm150_reg_read_i2c()

12345678910