Searched refs:configure (Results 201 – 225 of 782) sorted by relevance
12345678910>>...32
/Zephyr-latest/drivers/modem/ |
D | Kconfig.cellular | 24 with the standard protocols CMUX and PPP, to configure 61 int "New baudrate to configure modem to, if supported"
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | video.rst | 22 Each video device can have one or more endpoints. Output endpoints configure 23 video output function and generate data. Input endpoints configure video input
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_test.c | 39 .configure = vnd_i2s_configure,
|
/Zephyr-latest/boards/sc/scobc_module1/support/ |
D | openocd.cfg | 17 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
|
D | scobc-module1.cfg | 27 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
|
/Zephyr-latest/include/zephyr/drivers/ |
D | i2s.h | 322 int (*configure)(const struct device *dev, enum i2s_dir dir, member 367 return api->configure(dev, dir, cfg); in z_impl_i2s_configure()
|
/Zephyr-latest/doc/services/serialization/ |
D | nanopb.rst | 64 that can be used to configure messages or fields. This allows to set fixed sizes or skip fields 67 The internal CMake generator has an extension to configure ``*.options.in`` files automatically
|
/Zephyr-latest/drivers/w1/ |
D | w1_test.c | 62 .configure = w1_vnd_configure,
|
/Zephyr-latest/samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/ |
D | README.rst | 11 Magic Addr is a feature of FlexRAM that allows user to configure an interrupt
|
/Zephyr-latest/boards/wch/linkw/support/ |
D | openocd.cfg | 15 $_TARGETNAME.0 configure -work-area-phys 0x20000000 -work-area-size 10000 -work-area-backup 1
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | models.rst | 10 used by network administrators to configure and diagnose mesh nodes.
|
D | sar_cfg_cli.rst | 17 The SAR Transmitter procedure is used to determine and configure the SAR Transmitter state of a SAR 22 The SAR Receiver procedure is used to determine and configure the SAR Receiver state of a SAR
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.it8xxx2 | 53 int "It is allowed to configure the size up to 2K bytes." 65 int "It is allowed to configure the size up to 2044 bytes."
|
/Zephyr-latest/drivers/sdhc/ |
D | Kconfig.sdhc_cdns | 24 configure this flag if they require to transfer more than 8*64Kb of data.
|
/Zephyr-latest/tests/boards/nrf/i2c/i2c_slave/sysbuild/vpr_launcher/boards/ |
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 20 * to configure pins for TWIS with pinctrl.
|
/Zephyr-latest/boards/others/neorv32/support/ |
D | neorv32.cfg | 34 $_TARGETNAME.0 configure -work-area-phys $_WORKAREAADDR -work-area-size $_WORKAREASIZE -work-area-b…
|
/Zephyr-latest/boards/nxp/imx93_evk/ |
D | Kconfig.defconfig | 10 # Enable board mux configure during init
|
/Zephyr-latest/tests/boards/nrf/i2c/i2c_slave/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 26 * to configure pins for TWIS with pinctrl. */
|
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 26 * to configure pins for TWIS with pinctrl.
|
D | nrf52840dk_nrf52840.overlay | 26 * to configure pins for TWIS with pinctrl. */
|
D | nrf54l20pdk_nrf54l20_cpuapp.overlay | 26 * to configure pins for TWIS with pinctrl.
|
D | nrf54h20dk_nrf54h20_cpuppr.overlay | 26 * to configure pins for TWIS with pinctrl.
|
/Zephyr-latest/include/zephyr/audio/ |
D | codec.h | 172 int (*configure)(const struct device *dev, member 208 return api->configure(dev, cfg); in audio_codec_configure()
|
/Zephyr-latest/boards/openisa/rv32m1_vega/support/ |
D | openocd_rv32m1_vega_zero_riscy.cfg | 41 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0 42 $_TARGETNAME configure -event gdb-detach {
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.plic | 85 bool "Shell commands to configure IRQ affinity" 89 Provide shell commands to configure IRQ affinity in runtime.
|
12345678910>>...32