Home
last modified time | relevance | path

Searched full:outputs (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/Zephyr-latest/.github/workflows/
Dtwister-prep.yaml5 outputs:
8 …value: ${{ jobs.prep_push.outputs.subset != '' && jobs.prep_push.outputs.subset || jobs.prep_pr.o…
11 …value: ${{ jobs.prep_push.outputs.size != '' && jobs.prep_push.outputs.size || jobs.prep_pr.output…
14 …value: ${{ jobs.prep_push.outputs.fullrun != '' && jobs.prep_push.outputs.fullrun || jobs.prep_pr.
24 outputs:
25 subset: ${{ steps.output-services.outputs.subset }}
26 size: ${{ steps.output-services.outputs.size }}
27 fullrun: ${{ steps.output-services.outputs.fullrun }}
112 outputs:
113 subset: ${{ steps.output-services.outputs.subset }}
[all …]
Drelease.yml26 args: spdx -o zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
32 name: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
33 path: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
46 release_name: Zephyr ${{ steps.get_version.outputs.TRIMMED_VERSION }}
57 upload_url: ${{ steps.create_release.outputs.upload_url }}
58 asset_path: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
59 asset_name: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
Ddoc-publish-pr.yml32 if: steps.download-artifacts.outputs.found_artifact == 'true'
41 if: steps.download-artifacts.outputs.found_artifact == 'true'
50 steps.download-artifacts.outputs.found_artifact == 'true' &&
51 steps.check-pr.outputs.VALID != 'true'
57 if: steps.download-artifacts.outputs.found_artifact == 'true'
65 if: steps.download-artifacts.outputs.found_artifact == 'true'
73 if: steps.download-artifacts.outputs.found_artifact == 'true'
Dbsim-tests.yaml145 steps.check-bluetooth-files.outputs.any_modified == 'true'
146 || steps.check-networking-files.outputs.any_modified == 'true'
147 || steps.check-uart-files.outputs.any_modified == 'true'
148 || steps.check-common-files.outputs.any_modified == 'true'
159 …if: steps.check-bluetooth-files.outputs.any_modified == 'true' || steps.check-common-files.outputs
164 …if: steps.check-networking-files.outputs.any_modified == 'true' || steps.check-common-files.output…
169 …if: steps.check-uart-files.outputs.any_modified == 'true' || steps.check-common-files.outputs.any_…
Dcodecov.yaml186 …gcovr ${{ steps.get-coverage-files.outputs.mergefiles }} --merge-mode-functions=separate --json m…
187 …gcovr ${{ steps.get-coverage-files.outputs.mergefiles }} --merge-mode-functions=separate --cobertu…
206 -o coverage-report-${{ steps.run_date.outputs.run_date_short }} \
218 coverage/reports/coverage-report-${{ steps.run_date.outputs.run_date_short }}.json
219 coverage/reports/coverage-report-${{ steps.run_date.outputs.run_date_short }}.xlsx
Dclang.yaml28 outputs:
29 report_needed: ${{ steps.twister.outputs.report_needed }}
129 if: always() && steps.twister.outputs.report_needed != 0
139 if: (success() || failure() ) && needs.clang-build.outputs.report_needed != 0
/Zephyr-latest/dts/bindings/pwm/
Dnxp,pca9685.yaml17 The 16 LEDn outputs are configured with an open-drain structure.
23 Outputs change on ACK. Otherwise the outputs change on STOP
Dnordic,nrf-sw-pwm.yaml29 An array of GPIOs assigned as outputs for the PWM channels. The number
45 the output for channel 1. Both outputs will be initially configured as
51 when the initial (inactive) state of the outputs is set.
/Zephyr-latest/dts/bindings/gpio/
Dxlnx,xps-gpio-1.00.a.yaml21 xlnx,all-outputs:
24 1 if all GPIOs are outputs, 0 otherwise
51 xlnx,all-outputs-2:
54 1 if all GPIO2s are outputs, 0 otherwise
Dsemtech,sx1509b.yaml28 Bit mask identifying pins that should be initialized as outputs
35 Bit mask identifying pins that should be initialized as outputs
/Zephyr-latest/tests/drivers/pwm/pwm_api/boards/
Dmimxrt1060_evk_mimxrt1062_qspi.overlay8 * Enable PWM outputs on J24 pin 3 and J22 pin 6. These outputs are not used
/Zephyr-latest/drivers/gpio/
Dgpio_handlers.c103 gpio_port_pins_t *outputs) in z_vrfy_gpio_port_get_direction() argument
111 if (outputs != NULL) { in z_vrfy_gpio_port_get_direction()
112 K_OOPS(K_SYSCALL_MEMORY_WRITE(outputs, sizeof(gpio_port_pins_t))); in z_vrfy_gpio_port_get_direction()
115 return z_impl_gpio_port_get_direction(dev, map, inputs, outputs); in z_vrfy_gpio_port_get_direction()
/Zephyr-latest/drivers/watchdog/
Dwdt_nxp_fs26.h128 /* Reaction on RSTB or FAIL SAFE outputs in case of OV detection on VMON_PRE */
135 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_PRE */
142 /* Reaction on RSTB or FAIL SAFE outputs in case of OV detection on VMON_CORE */
149 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_CORE */
156 /* Reaction on RSTB or FAIL SAFE outputs in case of OV detection on VMON_LDO1 */
163 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_LDO1 */
170 /* Reaction on RSTB or FAIL SAFE outputs in case of OV detection on VMON_LDO2 */
177 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_LDO2 */
186 /* Reaction on RSTB or FAIL SAFE outputs in case of OV detection on VMON_EXT */
193 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_EXT */
[all …]
/Zephyr-latest/include/zephyr/drivers/mfd/
Dbd8lb600fs.h22 * @brief set outputs
25 * @param[in] values values for outputs, one bit per output
Dtle9104.h46 * @brief get the diagnostics of the outputs
56 * @brief clear the diagnostics of the outputs
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain_magic_wand_model.ipynb93 "outputs": [],
121 "outputs": [],
147 "outputs": [],
177 "outputs": [],
204 "outputs": [],
231 "outputs": [],
/Zephyr-latest/tests/boot/mcuboot_recovery_retention/test_module/
DCMakeLists.txt2 # Append source file which outputs the current mode of mcuboot
/Zephyr-latest/dts/bindings/stepper/adi/
Dadi,trinamic-gconf.yaml55 0: Outputs INT and PP are tristated.
58 Attention – do not leave the outputs floating in tristate condition, provide an external
/Zephyr-latest/drivers/pwm/
DKconfig.it880112 Supports 7 open-drain/push-pull outputs.
/Zephyr-latest/samples/bluetooth/hci_uart_async/
Ddebug.mixin.conf15 # This outputs all HCI traffic to a separate RTT channel. Use `btmon
/Zephyr-latest/drivers/clock_control/
DKconfig.litex14 clock outputs
/Zephyr-latest/modules/
DKconfig.syst20 This option outputs MIPI SyS-T raw data packet
/Zephyr-latest/drivers/mipi_dbi/
DKconfig.spi12 as GPIO outputs for the reset and D/C signals
/Zephyr-latest/boards/digilent/arty_a7/dts/
Darty_a7_arm_designstart.dtsi164 xlnx,all-outputs = <0x0>;
210 xlnx,all-outputs = <0x0>;
211 xlnx,all-outputs-2 = <0x0>;
236 xlnx,all-outputs = <0x0>;
237 xlnx,all-outputs-2 = <0x0>;
/Zephyr-latest/lib/os/
Dprintk.c178 * - %x/%X: outputs a number in hexadecimal format
179 * - %s: outputs a null-terminated string
181 * - %u: outputs a number in unsigned decimal format
182 * - %d/%i: outputs a number in signed decimal format

12345678910>>...13