/Zephyr-latest/drivers/watchdog/ |
D | wdt_nrfx.c | 164 .setup = wdt_nrf_setup,
|
D | wdt_sifive.c | 255 .setup = wdt_sifive_setup,
|
D | wdt_wwdg_stm32.c | 274 .setup = wwdg_stm32_setup,
|
D | wdt_dw.c | 152 .setup = dw_wdt_setup,
|
D | wdt_max32.c | 246 .setup = wdt_max32_setup,
|
D | wdt_npcx.c | 332 .setup = wdt_npcx_setup,
|
D | wdt_tco.c | 234 .setup = tco_setup,
|
D | wdt_xilinx_axi.c | 267 .setup = wdt_xilinx_axi_setup,
|
D | wdt_wwdt_numaker.c | 242 .setup = wwdt_numaker_setup,
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/ |
D | README.rst | 40 This sample uses two applications, so two devices need to be setup.
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.tbs | 85 int "Maximum number of TBS instances to setup" 91 instances to setup and use.
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/ |
D | test_gpio_port.c | 76 static int setup(void) in setup() function 667 zassert_equal(setup(), TC_PASS, in ZTEST()
|
/Zephyr-latest/tests/net/lib/mqtt_sn_client/src/ |
D | mqtt_sn_client.c | 123 static void setup(void *f) in setup() function 425 ZTEST_SUITE(mqtt_sn_client, NULL, NULL, setup, NULL, NULL);
|
/Zephyr-latest/tests/subsys/fs/nvs/src/ |
D | main.c | 46 static void *setup(void) in setup() function 100 ZTEST_SUITE(nvs, NULL, setup, before, after, NULL); 234 (void)setup(); in ZTEST_F() 986 (void)setup(); in ZTEST_F()
|
/Zephyr-latest/boards/segger/trb_stm32f407/doc/ |
D | index.rst | 89 the main clock is 12 MHz. The processor can setup HSE to drive the
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.h | 354 void setup(std::shared_ptr<TSSLSocket> ssl);
|
/Zephyr-latest/samples/bluetooth/extended_adv/ |
D | README.rst | 39 This sample uses two applications, so two devices need to be setup.
|
/Zephyr-latest/doc/develop/toolchains/ |
D | cadence_xcc.rst | 53 setup the environment using the two above mentioned ways:
|
/Zephyr-latest/samples/net/prometheus/ |
D | README.rst | 84 Make sure to adjust the configuration according to your server's setup and requirements.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | features.rst | 26 * Support for :ref:`all combinations <bluetooth-hw-setup>` of Host and
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxybridge.py | 218 def setup(app: Sphinx) -> dict[str, Any]: function
|
/Zephyr-latest/boards/nxp/frdm_rw612/ |
D | frdm_rw612_common.dtsi | 113 cs-setup-time = <3>;
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap.rst | 188 Follow the instruction to setup CoAP test suite from here: 197 in coap.cfg file as per your setup.
|
/Zephyr-latest/doc/services/retention/ |
D | index.rst | 27 Devicetree setup 30 To use the retention system, a retained data driver must be setup for the board
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/ |
D | main.c | 72 static void setup(void *data) in setup() function 93 ZTEST_SUITE(lwm2m_engine, NULL, NULL, setup, NULL, NULL);
|