Home
last modified time | relevance | path

Searched full:activate (Results 1 – 25 of 109) sorted by relevance

12345

/Zephyr-Core-3.6.0/dts/bindings/sensor/
Dvishay,vcnl36825t.yaml73 Activate low power mode.
79 Activate the high gain mode.
84 Activate sunlight cancellation.
89 Activate 16bit high dynamic output mode.
/Zephyr-Core-3.6.0/tests/subsys/logging/log_link_order/src/
Dmock_log_link.c17 static int activate(const struct log_link *link) in activate() function
62 .activate = activate,
/Zephyr-Core-3.6.0/tests/subsys/logging/log_links/src/
Dmock_log_link.c22 static int activate(const struct log_link *link) in activate() function
79 .activate = activate,
/Zephyr-Core-3.6.0/tests/kernel/sleep/src/
Dmain.c125 k_sem_give(&helper_thread_sem); /* Activate helper thread */ in test_thread()
138 k_sem_give(&helper_thread_sem); /* Activate helper thread */ in test_thread()
151 k_sem_give(&task_sem); /* Activate task */ in test_thread()
219 /* Activate test_thread */ in ZTEST()
222 /* Wait for test_thread to activate us */ in ZTEST()
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/
DKconfig11 Activate shell module that provides Bluetooth commands to the
/Zephyr-Core-3.6.0/include/zephyr/logging/
Dlog_internal.h66 /* Activate links.
67 * Attemp to activate links,
69 * @param active_mask Mask with links to activate. N bit set indicates that Nth
Dlog_link.h41 int (*activate)(const struct log_link *link); member
131 /** @brief Activate log link.
146 return link->api->activate(link); in log_link_activate()
/Zephyr-Core-3.6.0/soc/arm/cypress/
DKconfig28 bool "Dual-core support [activate Cortex-M4]"
/Zephyr-Core-3.6.0/subsys/fb/
DKconfig23 Activate shell module that provides Framebuffer commands to the
/Zephyr-Core-3.6.0/drivers/clock_control/
Dclock_stm32c0.c19 * @brief Activate default clocks
Dclock_stm32g4.c76 * @brief Activate default clocks
Dclock_stm32g0.c72 * @brief Activate default clocks
Dclock_stm32l0_l1.c85 * @brief Activate default clocks
/Zephyr-Core-3.6.0/dts/bindings/memory-controllers/
Dst,stm32-fmc-sdram.yaml151 Activate command in number of memory clock cycles. If two SDRAM
155 - TRC: Delay between the Refresh command and the Activate command, as
165 - TRCD: Delay between the Activate command and a Read/Write command in
/Zephyr-Core-3.6.0/doc/develop/getting_started/
Dindex.rst244 #. Activate the virtual environment:
248 source ~/zephyrproject/.venv/bin/activate
256 Remember to activate the virtual environment every time you
334 #. Activate the virtual environment:
338 source ~/zephyrproject/.venv/bin/activate
346 Remember to activate the virtual environment every time you
424 #. Activate the virtual environment:
428 zephyrproject\.venv\Scripts\activate.bat
436 Remember to activate the virtual environment every time you
/Zephyr-Core-3.6.0/subsys/mgmt/updatehub/
DKconfig70 Activate shell module that provides UpdateHub commands like
73 bool"Activate communication CoAPS/DTLS"
/Zephyr-Core-3.6.0/boards/shields/x_nucleo_iks01a2/doc/
Dindex.rst62 The jumper configuration to activate this mode is:
74 The jumper configuration to activate this mode is:
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dplugin.py27 help='Activate Twister harness plugin.'
31 'Activate Twister harness plugin',
/Zephyr-Core-3.6.0/boards/shields/x_nucleo_iks02a1/doc/
Dindex.rst60 The jumper configuration to activate this mode is:
72 The jumper configuration to activate this mode is:
/Zephyr-Core-3.6.0/boards/shields/x_nucleo_iks01a3/doc/
Dindex.rst60 The jumper configuration to activate this mode is:
72 The jumper configuration to activate this mode is:
/Zephyr-Core-3.6.0/samples/bluetooth/peripheral_accept_list/src/
Dmain.c124 /* If we have got at least one bond, activate the filter */ in bt_ready()
126 /* BT_LE_ADV_OPT_FILTER_CONN is required to activate accept filter list, in bt_ready()
/Zephyr-Core-3.6.0/subsys/mgmt/hawkbit/
DKconfig39 Activate shell module that provides Hawkbit commands.
/Zephyr-Core-3.6.0/tests/kernel/workq/critical/src/
Dmain.c150 k_sem_give(&ALT_SEM); /* Activate alternate_thread() */ in regression_thread()
164 k_sem_give(&ALT_SEM); /* Re-activate alternate_thread() */ in regression_thread()
/Zephyr-Core-3.6.0/subsys/net/ip/
DKconfig.ipv6136 bool "Activate neighbor discovery"
144 bool "Activate duplicate address detection"
/Zephyr-Core-3.6.0/tests/boards/frdm_k64f/i2c/src/
Di2c.c71 /* Activate the sensor */ in fxos8700_fifo_cfg()
78 TC_PRINT("Failed to activate the sensor\n"); in fxos8700_fifo_cfg()

12345