/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/lib/smf/ |
D | smf.c | 14 * The structure is not used directly, but instead to cast the "internal" 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() [all …]
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | Kconfig | 9 Internal helper macro to determine if the main `thread` command 20 Internal helper macro to compile the `list` subcommand 30 Internal helper macro to compile the `stacks` subcommand 38 Internal helper macro to compile the `mask` subcommand 46 Internal helper macro to compile the `pin` subcommand 54 Internal helper macro to compile the `unwind` subcommand
|
/Zephyr-latest/dts/bindings/phy/ |
D | renesas,ra-usbphyc.yaml | 4 description: Renesas RA USBHS internal PHY controller 14 Clock source for PHY clock in case internal clock is using 19 - "internal" 22 Select clock source for PHY clock as XTAL or use internal clock
|
/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/include/zephyr/drivers/sensor/ |
D | mcux_lpcmp.h | 50 * LPCMP internal DAC enable. 56 * LPCMP internal DAC high power mode disabled. 61 /** LPCMP internal DAC voltage reference source. */ 63 /** LPCMP internal DAC output voltage value. */ 66 /** LPCMP internal filter sample enable. */ 68 /** LPCMP internal filter sample count. */ 70 /** LPCMP internal filter sample period. */
|
/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/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_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_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 …]
|
/Zephyr-latest/include/zephyr/dt-bindings/clock/ |
D | adi_max32_clock.h | 18 #define ADI_MAX32_PRPH_CLK_SRC_IBRO 2 /* Internal Baud Rate Oscillator*/ 21 #define ADI_MAX32_PRPH_CLK_SRC_INRO 5 /* Internal Nano Ring Oscillator */ 22 #define ADI_MAX32_PRPH_CLK_SRC_ISO 6 /* Internal Secondary Oscillator */ 24 #define ADI_MAX32_PRPH_CLK_SRC_IPLL 8 /* Internal Phase Lock Loop Oscillator */
|
/Zephyr-latest/dts/bindings/misc/ |
D | nxp,s32-emios.yaml | 7 have internal counter that either can be used independently or used 33 internal-cnt: 37 A mask for channels that have internal counter, lsb is channel 0. 81 Clock divider value for internal UC prescaler. 82 Clock for internal counter = (eMIOS clock / global prescaler) / internal prescaler. 116 description: Freeze internal counter when the chip enters Debug mode.
|
/Zephyr-latest/modules/canopennode/ |
D | Kconfig | 23 Size of the internal CANopen SDO buffer in bytes. Size must 39 Size of the stack used for the internal CANopen transmit 47 Priority level of the internal CANopen transmit workqueue. 83 Enable internal thread for processing CANopen SYNC RPDOs and 92 Size of the stack used for the internal thread which 101 Priority level of the internal thread which processes
|
/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() 59 /* Reset internal state. */ in client_disconnect() 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() [all …]
|
/Zephyr-latest/tests/boot/mcuboot_recovery_retention/ |
D | sysbuild.cmake | 1 set(mcuboot_EXTRA_ZEPHYR_MODULES "${CMAKE_CURRENT_LIST_DIR}/test_module" CACHE INTERNAL "test_modul… 6 set(mcuboot_OVERLAY_CONFIG "${mcuboot_OVERLAY_CONFIG}" CACHE INTERNAL "") 12 set(mcuboot_DTC_OVERLAY_FILE "${mcuboot_DTC_OVERLAY_FILE}" CACHE INTERNAL "")
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.processing | 30 internal logger buffer is full and new message cannot be allocated. 51 this threshold is used by the internal thread. 54 bool "Use internal thread for log processing" 73 int "Set internal log processing thread sleep period" 80 int "Stack size for the internal log processing thread" 94 Set the internal stack size for log processing thread. 123 int "Number of bytes dedicated for the logger internal buffer" 127 Number of bytes dedicated for the logger internal buffer.
|
/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/dts/bindings/usb/uac2/ |
D | zephyr,uac2-clock-source.yaml | 14 clock or an internal clock with either fixed frequency, variable 18 - "internal-fixed" 19 - "internal-variable" 20 - "internal-programmable"
|
/Zephyr-latest/drivers/sdhc/ |
D | Kconfig.rcar | 19 bool "Internal DMA support for Renesas Rcar MMC driver" 24 Internal DMA support for Renesas Rcar MMC driver. 38 bool "Internal DMA IRQ driven support for Renesas Rcar MMC driver"
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | testing.h | 5 /** @brief Internal testing interfaces for Bluetooth 7 * @internal 9 * The interfaces in this file are internal and not stable.
|