/Zephyr-latest/lib/smf/ |
D | smf.c | 93 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/ |
D | http_client.c | 179 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/ |
D | binary_f32.c | 32 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 …]
|
D | binary_f64.c | 32 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 …]
|
D | binary_q31.c | 32 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 …]
|
D | binary_f16.c | 32 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 …]
|
D | binary_q15.c | 34 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 …]
|
D | binary_q7.c | 30 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()
|
D | unary_q7.c | 102 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/ |
D | mqtt.c | 25 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 …]
|
D | mqtt_os.h | 39 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()
|
D | mqtt_internal.h | 82 #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/ |
D | Kconfig.numaker | 21 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/ |
D | Kconfig.enc424j600 | 18 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
|
D | Kconfig.lan9250 | 19 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
|
D | Kconfig.w5500 | 17 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
|
D | Kconfig.enc28j60 | 18 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/ |
D | Kconfig.tja1103 | 20 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/ |
D | Kconfig | 5 bool "Test Broadcast ISO using internal LL interface" 7 Test Broadcast ISO using internal LL interface.
|
/Zephyr-latest/tests/drivers/can/api/ |
D | twai-enable.overlay | 22 output-enable; /* enable internal loopback */ 26 input-enable; /* enable internal loopback */
|
/Zephyr-latest/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/ |
D | Kconfig | 19 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/ |
D | Kconfig.npcx_itim | 7 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/ |
D | esp32_procpu.overlay | 11 output-enable; /* Enable internal loopback */ 15 input-enable; /* Enable internal loopback */
|
D | esp32s3_procpu.overlay | 11 output-enable; /* Enable internal loopback */ 15 input-enable; /* Enable internal loopback */
|
D | esp32c2.overlay | 11 output-enable; /* Enable internal loopback */ 15 input-enable; /* Enable internal loopback */
|