Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 25 of 135) sorted by relevance

123456

/Zephyr-latest/drivers/disk/
Dsdmmc_stm32.c83 struct gpio_dt_spec cd; member
560 if (!priv->cd.port) { in stm32_sdmmc_card_present()
564 err = gpio_pin_get_dt(&priv->cd); in stm32_sdmmc_card_present()
603 if (!priv->cd.port) { in stm32_sdmmc_card_detect_init()
607 if (!gpio_is_ready_dt(&priv->cd)) { in stm32_sdmmc_card_detect_init()
612 1 << priv->cd.pin); in stm32_sdmmc_card_detect_init()
614 err = gpio_add_callback(priv->cd.port, &priv->cd_cb); in stm32_sdmmc_card_detect_init()
619 err = gpio_pin_configure_dt(&priv->cd, GPIO_INPUT); in stm32_sdmmc_card_detect_init()
624 err = gpio_pin_interrupt_configure_dt(&priv->cd, GPIO_INT_EDGE_BOTH); in stm32_sdmmc_card_detect_init()
631 gpio_pin_configure_dt(&priv->cd, GPIO_DISCONNECTED); in stm32_sdmmc_card_detect_init()
[all …]
/Zephyr-latest/samples/net/sockets/tcp/
DREADME.rst28 cd samples/net/sockets/tcp
29 mkdir build && cd build
39 cd src
/Zephyr-latest/tests/bsim/
Dsh_common.source53 local PA="$(cd -- "$(dirname "${BASH_SOURCE[2]}")" && pwd)"
60 # This must be run without/before cd'ing into another directory
67 # This must be run without/before cd'ing into another directory
/Zephyr-latest/boards/weact/mini_stm32h743/
DKconfig.mini_stm32h7431 # Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com>
Dmini_stm32h743_defconfig1 # Copyright (c) Charles Dias <charlesdias.cd@outlook.com>
DKconfig.defconfig3 # Copyright (c) Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/
DKconfig.fk7b0m1_vbt61 # Copyright (c) 2023 Charles Dias <charlesdias.cd@outlook.com>
Dfk7b0m1_vbt6_defconfig1 # Copyright (c) Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/boards/shields/seeed_xiao_expansion_board/
DKconfig.shield1 # Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com>
DKconfig.defconfig1 # Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/boards/
Dmini_stm32h743.overlay2 * Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/soc/st/stm32/stm32h7x/
DKconfig.defconfig.stm32h7b0xx3 # Copyright (c) 2023 Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/boards/st/stm32h7b3i_dk/
DCMakeLists.txt2 # Copyright (c) Charles Dias <charlesdias.cd@outlook.com>
Ddc_ram.ld2 * Copyright (c) Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/dts/arm/st/h7/
Dstm32h7b0Xb.dtsi2 * Copyright (c) 2023 Charles Dias <charlesdias.cd@outlook.com>
Dstm32h7b0.dtsi2 * Copyright (c) 2023 Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/scripts/pylib/pytest-twister-harness/
DREADME.rst21 cd ${ZEPHYR_BASE}
35 cd ${ZEPHYR_BASE}/samples/subsys/testsuite/pytest/shell
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_packet/
DREADME15 mkdir build; cd build
22 mkdir build; cd build
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DREADME.rst95 cd <ZEPHYR_ROOT>
102 cd <ZEPHYR_ROOT>/samples/tfm_integration/psa_crypto/
104 mkdir build && cd build
112 cd <ZEPHYR_ROOT>/samples/tfm_integration/psa_crypto/
114 mkdir build && cd build
149 cd <ZEPHYR_ROOT>
156 cd <ZEPHYR_ROOT>/samples/tfm_integration/psa_crypto/
158 mkdir build && cd build
166 cd <ZEPHYR_ROOT>/samples/tfm_integration/psa_crypto/
168 mkdir build && cd build
[all …]
/Zephyr-latest/drivers/video/
DKconfig.stm32_dcmi3 # Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/
DKconfig3 # Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/support/
Dopenocd.cfg1 # Copyright (c) Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/samples/boards/enjoydigital/litex/i2s/
DREADME.rst29 mkdir build && cd build
/Zephyr-latest/samples/boards/arc_secure_services/
DREADME.rst100 $ cd samples/boards/arc_secure_services/build
114 $ cd samples/boards/arc_secure_services/build
122 $ cd samples/boards/arc_secure_services/build
/Zephyr-latest/doc/develop/toolchains/
Dzephyr_sdk.rst94 cd ~
125 cd zephyr-sdk- |sdk-version-ltrim|
150 cd ~
181 cd zephyr-sdk- |sdk-version-ltrim|
200 cd %HOMEPATH%
223 cd zephyr-sdk- |sdk-version-ltrim|

123456