Home
last modified time | relevance | path

Searched refs:outputs (Results 1 – 25 of 196) sorted by relevance

12345678

/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()
Dgpio_cc13xx_cc26xx.c269 gpio_port_pins_t *outputs) in gpio_cc13xx_cc26xx_port_get_direction() argument
287 if (outputs != NULL) { in gpio_cc13xx_cc26xx_port_get_direction()
293 *outputs = op; in gpio_cc13xx_cc26xx_port_get_direction()
Dgpio_axp192.c229 gpio_port_pins_t *inputs, gpio_port_pins_t *outputs) in gpio_axp192_port_get_direction() argument
237 *outputs = 0; in gpio_axp192_port_get_direction()
252 *outputs |= (1u << gpio); in gpio_axp192_port_get_direction()
Dgpio_mchp_xec_v2.c393 gpio_port_pins_t *inputs, gpio_port_pins_t *outputs) in gpio_xec_get_direction() argument
403 *outputs = 0u; in gpio_xec_get_direction()
413 if (outputs && (pcr1 & BIT(MCHP_GPIO_CTRL_DIR_POS))) { in gpio_xec_get_direction()
414 *outputs |= BIT(pin); in gpio_xec_get_direction()
/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/tests/boot/mcuboot_recovery_retention/test_module/
DCMakeLists.txt2 # Append source file which outputs the current mode of mcuboot
/Zephyr-latest/drivers/pwm/
DKconfig.it880112 Supports 7 open-drain/push-pull outputs.
/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/drivers/clock_control/
DKconfig.litex14 clock 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/arch/x86/nmi/
DREADME.txt11 This project outputs to the console. It can be built and executed
/Zephyr-latest/modules/
DKconfig.syst20 This option outputs MIPI SyS-T raw data packet
/Zephyr-latest/tests/kernel/xip/
DREADME.txt11 This project outputs to the console. It can be built and executed
/Zephyr-latest/drivers/mipi_dbi/
DKconfig.spi12 as GPIO outputs for the reset and D/C signals
/Zephyr-latest/snippets/cdc-acm-console/
DREADME.rst29 :ref:`your devicetree <get-devicetree-outputs>`:
/Zephyr-latest/samples/sensor/fxas21002/
DREADME.rst16 This project outputs sensor data to the console. It requires an fxas21002
/Zephyr-latest/samples/boards/bbc/microbit/display/
DREADME.rst14 This project outputs various things on the BBC micro:bit display. It can
/Zephyr-latest/samples/userspace/hello_world_user/
DREADME.rst21 This project outputs 'Hello World from UserSpace!' to the console.
/Zephyr-latest/tests/lib/sprintf/
DREADME.txt11 This project outputs to the console. It can be built and executed
/Zephyr-latest/tests/kernel/mutex/sys_mutex/
DREADME.txt11 This project outputs to the console. It can be built and executed
/Zephyr-latest/samples/drivers/ipm/ipm_mhu_dual_core/
DREADME.rst25 This project outputs 'IPM MHU sample on musca_b1' to the console.
34 This project outputs 'IPM MHU sample on v2m_musca_b1_ns' to the console.
/Zephyr-latest/samples/sensor/lps22hb/
DREADME.rst26 This project outputs sensor data to the console. It requires an LPS22HB
/Zephyr-latest/tests/crypto/tinycrypt_hmac_prng/
DREADME.txt10 This project outputs to the console. It can be built and executed
/Zephyr-latest/tests/arch/arm/arm_irq_vector_table/
DREADME.txt12 This project outputs to the console. It can be built and executed on QEMU as
/Zephyr-latest/tests/arch/x86/static_idt/
DREADME.txt11 This project outputs to the console. It can be built and executed

12345678