Home
last modified time | relevance | path

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

1234

/Zephyr-Core-3.4.0/drivers/disk/
Dsdmmc_stm32.c75 struct gpio_dt_spec cd; member
454 if (!priv->cd.port) { in stm32_sdmmc_card_present()
458 err = gpio_pin_get_dt(&priv->cd); in stm32_sdmmc_card_present()
497 if (!priv->cd.port) { in stm32_sdmmc_card_detect_init()
501 if (!device_is_ready(priv->cd.port)) { in stm32_sdmmc_card_detect_init()
506 1 << priv->cd.pin); in stm32_sdmmc_card_detect_init()
508 err = gpio_add_callback(priv->cd.port, &priv->cd_cb); in stm32_sdmmc_card_detect_init()
513 err = gpio_pin_configure_dt(&priv->cd, GPIO_INPUT); in stm32_sdmmc_card_detect_init()
518 err = gpio_pin_interrupt_configure_dt(&priv->cd, GPIO_INT_EDGE_BOTH); in stm32_sdmmc_card_detect_init()
525 gpio_pin_configure_dt(&priv->cd, GPIO_DISCONNECTED); in stm32_sdmmc_card_detect_init()
[all …]
/Zephyr-Core-3.4.0/samples/net/sockets/tcp/
DREADME.rst27 cd samples/net/sockets/tcp
28 mkdir build && cd build
38 cd src
/Zephyr-Core-3.4.0/scripts/pylib/pytest-twister-harness/
DREADME.rst21 cd ${ZEPHYR_BASE}
35 cd ${ZEPHYR_BASE}/samples/subsys/testsuite/pytest/shell
/Zephyr-Core-3.4.0/samples/tfm_integration/psa_crypto/
DREADME.rst93 cd <ZEPHYR_ROOT>
100 cd <ZEPHYR_ROOT>/samples/tfm_integration/psa_crypto/
102 mkdir build && cd build
110 cd <ZEPHYR_ROOT>/samples/tfm_integration/psa_crypto/
112 mkdir build && cd build
147 cd <ZEPHYR_ROOT>
154 cd <ZEPHYR_ROOT>/samples/tfm_integration/psa_crypto/
156 mkdir build && cd build
164 cd <ZEPHYR_ROOT>/samples/tfm_integration/psa_crypto/
166 mkdir build && cd build
[all …]
/Zephyr-Core-3.4.0/tests/net/lib/mqtt_packet/
DREADME15 mkdir build; cd build
22 mkdir build; cd build
/Zephyr-Core-3.4.0/doc/develop/getting_started/
Dindex.rst248 cd ~/zephyrproject
282 cd ~/zephyrproject
338 cd ~/zephyrproject
369 cd ~/zephyrproject
397 cd %HOMEPATH%
429 cd zephyrproject
459 cd %HOMEPATH%
461 cd zephyrproject
504 cd ~
535 cd zephyr-sdk-0.16.1
[all …]
/Zephyr-Core-3.4.0/tests/bsim/
Dcompile.source53 mkdir -p ${this_dir} && cd ${this_dir}
57 cd ${this_dir}
/Zephyr-Core-3.4.0/samples/boards/arc_secure_services/
DREADME.rst98 $ cd samples/boards/arc_secure_services/build
112 $ cd samples/boards/arc_secure_services/build
120 $ cd samples/boards/arc_secure_services/build
/Zephyr-Core-3.4.0/samples/boards/litex/i2s/
DREADME.rst27 mkdir build && cd build
/Zephyr-Core-3.4.0/doc/develop/toolchains/
Dzephyr_sdk.rst92 cd <sdk download directory>
99 cd zephyr-sdk-0.16.1
132 cd ~
164 cd zephyr-sdk-0.16.1
184 cd %HOMEPATH%
208 cd zephyr-sdk-0.16.1
/Zephyr-Core-3.4.0/include/zephyr/arch/x86/ia32/
Dsegmentation.h158 uint8_t cd:1; member
274 .cd = (conforming_p), \
286 .cd = (direction_p), \
/Zephyr-Core-3.4.0/scripts/net/
DREADME.txt19 * cd docker/
34 cd samples/net/gptp
40 cd $ZEPHYR_BASE
/Zephyr-Core-3.4.0/samples/tfm_integration/tfm_ipc/
DREADME.rst40 cd $ZEPHYR_ROOT/samples/tfm_integration/tfm_ipc/
42 cd build
180 cd <ZEPHYR_ROOT>/samples/tfm_integration/tfm_ipc/
182 mkdir build && cd build
212 cd <ZEPHYR_ROOT>/samples/tfm_integration/tfm_ipc/
214 mkdir build && cd build
/Zephyr-Core-3.4.0/samples/subsys/fs/littlefs/
DREADME.rst58 cd ./mnt_littlefs
60 cd -
/Zephyr-Core-3.4.0/doc/contribute/documentation/
Dgeneration.rst172 cd ~/zephyr/doc
174 cd %userprofile%\zephyr\doc
180 cd _build
218 cd ~/zephyr/doc
257 cd ~/zephyr
/Zephyr-Core-3.4.0/samples/net/dns_resolve/
DREADME.rst68 $ cd net-tools
105 $ cd net-tools
/Zephyr-Core-3.4.0/boards/xtensa/intel_adsp_cavs25/doc/
Dchromebooks_adsp.rst207 dev$ cd $HOME
209 dev$ cd kernel
228 dev$ cd /path/to/kernel
261 dev$ (cd mods/lib/modules; tar cf - .) | ssh root@cros '(cd /lib/modules; tar xfv -)'
335 cros# cd /lib/firmware
353 dev$ cd $HOME
355 dev$ cd rimage/
/Zephyr-Core-3.4.0/doc/develop/west/
Dmoving-to-west.rst29 cd zephyrproject
/Zephyr-Core-3.4.0/boards/arm/mm_feather/
Dmm_feather.dts166 cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
/Zephyr-Core-3.4.0/tests/subsys/fs/fat_fs_api/
DREADME.txt12 mkdir build; cd build
/Zephyr-Core-3.4.0/boards/arm/stm32h735g_disco/
Dstm32h735g_disco.dts139 cd-gpios = <&gpiof 5 GPIO_ACTIVE_LOW>;
/Zephyr-Core-3.4.0/doc/connectivity/networking/
Dqemu_802154_setup.rst29 cd $ZEPHYR_BASE/../net-tools
Dnative_posix_setup.rst35 directory (``cd net-tools``)
/Zephyr-Core-3.4.0/cmake/modules/
DFindBabbleSim.cmake50 cd ${ZEPHYR_BASE}/../tools/bsim\n\
/Zephyr-Core-3.4.0/.github/ISSUE_TEMPLATE/
D001_bug_report.md33 1. mkdir build; cd build

1234