/Zephyr-latest/drivers/crypto/ |
D | crypto_intel_sha_registers.h | 13 uint32_t full; member 37 uint32_t full; member 46 uint32_t full; member 55 uint32_t full; member 63 uint32_t full; member 71 uint32_t full; member 79 uint32_t full; member 87 uint32_t full; member 95 uint32_t full; member 102 uint32_t full; member [all …]
|
D | crypto_intel_sha.c | 49 sha->dfsha->sharldw0.full = lower_length; in intel_sha_set_resume_length_dw0() 58 sha->dfsha->sharldw1.full = upper_length; in intel_sha_set_resume_length_dw1() 86 union sha_state state_u = { .full = state }; in intel_sha_device_run() 98 self->dfsha->pibba.full = (uint32_t)buf_in; in intel_sha_device_run() 104 self->dfsha->pibs.full = aligned_buff_size; in intel_sha_device_run() 119 err = intel_sha_set_resume_length_dw0(self, self->dfsha->shaaldw0.full); in intel_sha_device_run() 123 err = intel_sha_set_resume_length_dw1(self, self->dfsha->shaaldw1.full); in intel_sha_device_run() 143 self->dfsha->pibfpi.full = buf_in_size; in intel_sha_device_run() 207 self->dfsha->shactl.full = 0x0; in intel_sha_compute() 240 session->state.full); in intel_sha_compute()
|
/Zephyr-latest/drivers/sensor/st/lsm9ds0_mfd/ |
D | Kconfig | 88 prompt "Accelerometer full-scale" 92 Specify the default full-scale for accelerometer. 112 bool "Dynamic full-scale for accelerometer" 115 Enable alteration of accelerometer full-scale attribute at 168 prompt "Magnetometer full-scale" 172 Specify the default full-scale for magnetometer. 189 bool "Dynamic full-scale for magnetometer" 192 Enable alteration of magnetometer full-scale attribute at
|
/Zephyr-latest/drivers/sensor/st/lsm9ds0_gyro/ |
D | Kconfig | 19 prompt "Default full-scale" 22 Specify the default full-scale. 36 bool "Dynamic full-scale" 38 Enable alteration of full-scale attribute at runtime.
|
/Zephyr-latest/drivers/sensor/ |
D | shell_battery.c | 56 struct sensor_value full, empty; in cmd_battery() local 84 SENSOR_CHAN_GAUGE_TIME_TO_FULL, &full, in cmd_battery() 117 full.val1 / 60, full.val1 % 60); in cmd_battery()
|
/Zephyr-latest/drivers/sensor/tdk/mpu6050/ |
D | Kconfig | 57 int "Accelerometer full-scale range" 60 Magnetometer full-scale range. 65 int "Gyroscope full-scale range" 68 Gyroscope full-scale range.
|
/Zephyr-latest/cmake/sca/eclair/ |
D | sca_options.cmake | 26 cmake_dependent_option(ECLAIR_FULL_DOC_ALL_AREAS "Show all areas in a full doc report" 28 cmake_dependent_option(ECLAIR_FULL_DOC_FIRST_AREA "Show only the first area in a full doc report" 31 cmake_dependent_option(ECLAIR_FULL_TXT_ALL_AREAS "Show all areas in a full text report" 33 cmake_dependent_option(ECLAIR_FULL_TXT_FIRST_AREA "Show only the first area in a full text report"
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig.template.shell_log_queue_timeout | 8 If queue with pending log messages is full, oldest log message is 9 dropped if queue is still full after requested time (-1 is forever).
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig.it8xxx2 | 21 bool "ADC internal voltage as full-scale" 24 voltage as full-scale 3300mV.
|
/Zephyr-latest/dts/arm/xilinx/ |
D | zynqmp.dtsi | 121 hw-tx-buffer-size-full; 128 full-duplex; 148 hw-tx-buffer-size-full; 155 full-duplex; 175 hw-tx-buffer-size-full; 182 full-duplex; 202 hw-tx-buffer-size-full; 209 full-duplex;
|
D | zynq7000.dtsi | 68 hw-tx-buffer-size-full; 75 full-duplex; 95 hw-tx-buffer-size-full; 102 full-duplex;
|
/Zephyr-latest/soc/snps/nsim/arc_classic/em/ |
D | CMakeLists.txt | 16 -Xdsp_divsqrt=radix2 -Xdsp_itu -Xdsp_accshift=full 29 -Xdsp_accshift=full -Xdsp_divsqrt=radix2 -Xdsp_complex -Xdsp_itu
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/ |
D | Kconfig.logging | 7 bool "Log full params and response buffers in debug log level" 11 to decide, if full reqest and response buffers are logged alongside
|
/Zephyr-latest/drivers/sensor/st/lsm6ds0/ |
D | Kconfig | 69 int "Gyroscope full-scale range" 72 Specify the default gyroscope full-scale range. 86 int "Accelerometer full-scale range" 89 Specify the default accelerometer full-scale range.
|
/Zephyr-latest/samples/fuel_gauge/max17048/ |
D | README.rst | 32 The charging state and the time to full/empty are estimated and based on the last consumption avera… 44 Time to full 0 48 Time to full 0
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.signal | 32 bool "Use full description for the strsignal API" 35 Use full description for the strsignal API.
|
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/ |
D | app.overlay | 52 full-ohms = <(1500000 + 180000)>; 62 charge-full-design-microamp-hours = <1350000>;
|
/Zephyr-latest/subsys/stats/ |
D | Kconfig | 16 Include a full name string for each statistic in the build. If this 26 Include a full name string for each statistic in the build. If this
|
/Zephyr-latest/drivers/sensor/st/lsm6dsl/ |
D | Kconfig | 88 int "Gyroscope full-scale range" 91 Specify the default gyroscope full-scale range. 121 int "Accelerometer full-scale range" 124 Specify the default accelerometer full-scale range.
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_ie.h | 93 struct ieee802154_header_ie_csl_full full; member 127 struct ieee802154_header_ie_rendezvous_time_full full; member 283 csl.full)
|
/Zephyr-latest/lib/libc/picolibc/ |
D | Kconfig | 27 This is required when using a full C++ standard library (`REQUIRES_FULL_LIBCPP=y`). 40 bool "full support for integer/floating point values in printf/scanf" 42 Include full floating point and integer support in printf/scanf 46 bool "full support for integer values, including long long, in printf/scanf" 49 Includes full integer with long long, but no floating 53 bool "full support for integer values, other than long long, in printf/scanf" 56 Include full integer other than long long, but no floating point
|
/Zephyr-latest/boards/shields/mikroe_eth_click/ |
D | mikroe_eth_click.overlay | 11 full-duplex;
|
/Zephyr-latest/samples/subsys/usb/shell/boards/ |
D | qemu_cortex_m3.overlay | 20 maximum-speed = "full-speed";
|
/Zephyr-latest/doc/services/pm/ |
D | index.rst | 7 integrator to implement power management support that can take full
|
/Zephyr-latest/samples/subsys/usb/shell/ |
D | virtual.overlay | 22 maximum-speed = "full-speed";
|