Home
last modified time | relevance | path

Searched refs:internal (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/Zephyr-latest/lib/smf/
Dsmf.c93 struct internal_ctx *const internal = (void *)&ctx->internal; in smf_execute_all_entry_actions() local
112 if (internal->terminate) { in smf_execute_all_entry_actions()
124 if (internal->terminate) { in smf_execute_all_entry_actions()
141 struct internal_ctx *const internal = (void *)&ctx->internal; in smf_execute_ancestor_run_actions() local
145 if (internal->terminate) { in smf_execute_ancestor_run_actions()
150 if (internal->new_state || internal->handled) { in smf_execute_ancestor_run_actions()
151 internal->new_state = false; in smf_execute_ancestor_run_actions()
152 internal->handled = false; in smf_execute_ancestor_run_actions()
165 if (internal->terminate) { in smf_execute_ancestor_run_actions()
170 if (internal->new_state || internal->handled) { in smf_execute_ancestor_run_actions()
[all …]
/Zephyr-latest/subsys/net/lib/http/
Dhttp_client.c179 internal.parser); in on_url()
182 if (req->internal.response.http_cb && in on_url()
183 req->internal.response.http_cb->on_url) { in on_url()
184 req->internal.response.http_cb->on_url(parser, at, length); in on_url()
194 internal.parser); in on_status()
197 len = MIN(length, sizeof(req->internal.response.http_status) - 1); in on_status()
198 memcpy(req->internal.response.http_status, at, len); in on_status()
199 req->internal.response.http_status[len] = 0; in on_status()
200 req->internal.response.http_status_code = in on_status()
204 req->internal.response.http_status); in on_status()
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dbinary_f32.c32 uint16_t rows, internal, columns; in test_op2() local
57 internal = *dims++; in test_op2()
62 mat_in1.numCols = internal; in test_op2()
64 mat_in2.numRows = internal; in test_op2()
72 rows * internal * sizeof(float32_t)); in test_op2()
75 internal * columns * sizeof(float32_t)); in test_op2()
123 uint16_t rows, internal, columns; in test_op2c() local
148 internal = *dims++; in test_op2c()
153 mat_in1.numCols = internal; in test_op2c()
155 mat_in2.numRows = internal; in test_op2c()
[all …]
Dbinary_f64.c32 uint16_t rows, internal, columns; in test_op2() local
57 internal = *dims++; in test_op2()
62 mat_in1.numCols = internal; in test_op2()
64 mat_in2.numRows = internal; in test_op2()
72 rows * internal * sizeof(float64_t)); in test_op2()
75 internal * columns * sizeof(float64_t)); in test_op2()
128 uint16_t rows, internal, columns;
153 internal = *dims++;
158 mat_in1.numCols = internal;
160 mat_in2.numRows = internal;
[all …]
Dbinary_q31.c32 uint16_t rows, internal, columns; in test_op2() local
57 internal = *dims++; in test_op2()
62 mat_in1.numCols = internal; in test_op2()
64 mat_in2.numRows = internal; in test_op2()
72 rows * internal * sizeof(q31_t)); in test_op2()
75 internal * columns * sizeof(q31_t)); in test_op2()
121 uint16_t rows, internal, columns; in test_op2c() local
146 internal = *dims++; in test_op2c()
151 mat_in1.numCols = internal; in test_op2c()
153 mat_in2.numRows = internal; in test_op2c()
[all …]
Dbinary_f16.c32 uint16_t rows, internal, columns; in test_op2() local
57 internal = *dims++; in test_op2()
62 mat_in1.numCols = internal; in test_op2()
64 mat_in2.numRows = internal; in test_op2()
72 rows * internal * sizeof(float16_t)); in test_op2()
75 internal * columns * sizeof(float16_t)); in test_op2()
123 uint16_t rows, internal, columns; in test_op2c() local
148 internal = *dims++; in test_op2c()
153 mat_in1.numCols = internal; in test_op2c()
155 mat_in2.numRows = internal; in test_op2c()
[all …]
Dbinary_q15.c34 uint16_t rows, internal, columns; in test_op2() local
62 internal = *dims++; in test_op2()
67 mat_in1.numCols = internal; in test_op2()
69 mat_in2.numRows = internal; in test_op2()
77 rows * internal * sizeof(q15_t)); in test_op2()
80 internal * columns * sizeof(q15_t)); in test_op2()
129 uint16_t rows, internal, columns; in test_op2c() local
157 internal = *dims++; in test_op2c()
162 mat_in1.numCols = internal; in test_op2c()
164 mat_in2.numRows = internal; in test_op2c()
[all …]
Dbinary_q7.c30 uint16_t rows, internal, columns; in test_op2() local
58 internal = *dims++; in test_op2()
63 mat_in1.numCols = internal; in test_op2()
65 mat_in2.numRows = internal; in test_op2()
73 rows * internal * sizeof(q7_t)); in test_op2()
76 internal * columns * sizeof(q7_t)); in test_op2()
Dunary_q7.c102 uint16_t rows, internal; in test_op2v() local
123 internal = *dims++; in test_op2v()
127 mat_in1.numCols = internal; in test_op2v()
131 2 * rows * internal * sizeof(q7_t)); in test_op2v()
132 memcpy(vec, in_vec1, 2 * internal * sizeof(q7_t)); in test_op2v()
/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt.c25 client->internal.last_activity = 0U; in client_reset()
26 client->internal.rx_buf_datalen = 0U; in client_reset()
27 client->internal.remaining_payload = 0U; in client_reset()
98 client->internal.last_activity = mqtt_sys_tick_in_ms_get(); in client_connect()
116 if (client->internal.remaining_payload > 0) { in client_read()
144 client->internal.last_activity = mqtt_sys_tick_in_ms_get(); in client_write()
165 client->internal.last_activity = mqtt_sys_tick_in_ms_get(); in client_write_msg()
251 "Data size 0x%08x", client, client->internal.state, in mqtt_publish()
283 client, client->internal.state, err_code); in mqtt_publish()
300 client, client->internal.state, param->message_id); in mqtt_publish_qos1_ack()
[all …]
Dmqtt_os.h39 sys_mutex_init(&client->internal.mutex); in mqtt_mutex_init()
49 int ret = sys_mutex_lock(&client->internal.mutex, K_FOREVER); in mqtt_mutex_lock()
59 int ret = sys_mutex_unlock(&client->internal.mutex); in mqtt_mutex_unlock()
Dmqtt_internal.h82 #define MQTT_SET_STATE(CLIENT, STATE) ((CLIENT)->internal.state |= (STATE))
86 ((CLIENT)->internal.state = (STATE))
90 #define MQTT_HAS_STATE(CLIENT, STATE) ((CLIENT)->internal.state & (STATE))
93 #define MQTT_RESET_STATE(CLIENT, STATE) ((CLIENT)->internal.state &= ~(STATE))
96 #define MQTT_STATE_INIT(CLIENT) ((CLIENT)->internal.state = MQTT_STATE_IDLE)
/Zephyr-latest/drivers/usb/udc/
DKconfig.numaker21 int "UDC NuMaker driver internal thread stack size"
24 Size of the stack for the driver internal thread.
27 int "UDC NuMaker driver internal thread priority"
30 Priority of the driver internal thread.
/Zephyr-latest/drivers/ethernet/
DKconfig.enc424j60018 int "Stack size for internal incoming packet handler"
21 Size of the stack used for internal thread which is ran for
25 int "Priority for internal incoming packet handler"
28 Priority level for internal thread which is ran for incoming
DKconfig.lan925019 int "Stack size for internal incoming packet handler"
22 Size of the stack used for internal thread which is ran for
26 int "Priority for internal incoming packet handler"
29 Priority level for internal thread which is ran for incoming
DKconfig.w550017 int "Stack size for internal incoming packet handler"
21 Size of the stack used for internal thread which is ran for
25 int "Priority for internal incoming packet handler"
29 Priority level for internal thread which is ran for incoming
DKconfig.enc28j6018 int "Stack size for internal incoming packet handler"
22 Size of the stack used for internal thread which is ran for
26 int "Priority for internal incoming packet handler"
30 Priority level for internal thread which is ran for incoming
/Zephyr-latest/drivers/ethernet/phy/
DKconfig.tja110320 Size of the stack used for internal thread which is ran to
24 int "Priority for internal incoming packet handler"
27 Priority level for internal thread which is ran for TJA1103
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/
DKconfig5 bool "Test Broadcast ISO using internal LL interface"
7 Test Broadcast ISO using internal LL interface.
/Zephyr-latest/tests/drivers/can/api/
Dtwai-enable.overlay22 output-enable; /* enable internal loopback */
26 input-enable; /* enable internal loopback */
/Zephyr-latest/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/
DKconfig19 bool "NPCX ADC threshold detection uses internal work queue"
30 This option sets internal ADC NPCX threshold detection workqueue
37 This option sets internal ADC NPCX threshold detection workqueue
/Zephyr-latest/drivers/timer/
DKconfig.npcx_itim7 bool "Nuvoton NPCX series internal 64/32-bit timers"
14 series internal 64/32-bit timers and provides the standard "system
/Zephyr-latest/tests/drivers/spi/spi_loopback/socs/
Desp32_procpu.overlay11 output-enable; /* Enable internal loopback */
15 input-enable; /* Enable internal loopback */
Desp32s3_procpu.overlay11 output-enable; /* Enable internal loopback */
15 input-enable; /* Enable internal loopback */
Desp32c2.overlay11 output-enable; /* Enable internal loopback */
15 input-enable; /* Enable internal loopback */

12345678910>>...24