Home
last modified time | relevance | path

Searched full:entered (Results 1 – 25 of 108) sorted by relevance

12345

/Zephyr-latest/include/zephyr/drivers/console/
Dconsole.h38 * @param lines k_fifo queue of entered lines which to be processed
40 * @param completion callback for tab completion of entered commands
Duart_console.h26 * @param lines k_fifo queue of entered lines which to be processed
28 * @param completion callback for tab completion of entered commands
/Zephyr-latest/kernel/
Didle.c58 * returns false if low power state was not entered, in in idle()
61 * This function is entered with interrupts disabled. in idle()
62 * If a low power state was entered, then the hook in idle()
/Zephyr-latest/samples/subsys/usb/audio/headset/
Dsample.yaml16 - "Entered main"
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/
Dsample.yaml16 - "Entered main"
/Zephyr-latest/samples/subsys/usb/testusb/src/
Dmain.c22 LOG_INF("entered main."); in main()
/Zephyr-latest/soc/intel/intel_adsp/common/
Dboot_complete.c26 /* Software protocol: "firmware entered" has the value 5 */ in boot_complete()
/Zephyr-latest/include/zephyr/drivers/bluetooth/
Dhci_driver_bluenrg.h31 * @param updater_mode flag to indicate whether updater mode needs to be entered.
/Zephyr-latest/samples/bluetooth/peripheral_hids/
DREADME.rst15 code on the peripheral and requires that to be entered on the host during
/Zephyr-latest/samples/boards/nordic/system_off/
DREADME.rst18 number of times system off was entered, and total uptime since initial power-on
/Zephyr-latest/doc/security/
Dreporting.rst12 Each vulnerability will be entered into the Zephyr Project security
52 - New: This state represents new reports that have been entered
53 directly by a reporter. When entered by the response team in
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst243 … handled by shell as base64 and stored without NULL termination.", "Data entered into shell will b…
244 … is handled by shell as base64 and stored with NULL termination.", "Data entered into shell will b…
245 …hell as literal string and stored without NULL termination.", "Text data entered into shell will b…
246 …y shell as literal string and stored with NULL-termination.", "Text data entered into shell will b…
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/cm33/
Dpower.c29 /* FIXME: When this function is entered the Kernel has disabled in pm_state_set()
/Zephyr-latest/subsys/shell/
Dshell_wildcard.h40 * Function will print a help string with: the currently entered command, its
/Zephyr-latest/soc/silabs/common/
Dsoc_power.c29 /* FIXME: When this function is entered the Kernel has disabled in pm_state_set()
Dsoc_power_pmgr.c49 /* FIXME: When this function is entered the Kernel has disabled in pm_state_set()
/Zephyr-latest/arch/arc/core/
Dcpu_idle.S56 * @brief Put the CPU in low-power mode, entered with IRQs locked
/Zephyr-latest/drivers/timer/
Dnpcx_itim_timer.c23 * - After ec entered "sleep/deep sleep" power state which is used for better
27 * by LFCLK which frequency is 32KHz and still activated when ec entered
33 * - Compensate reading of ITIM64 which clock is gating after ec entered
81 /* Current cycles in event timer when ec entered "sleep/deep sleep" mode */
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/
Dpower.c27 /* FIXME: When this function is entered the Kernel has disabled in pm_state_set()
/Zephyr-latest/samples/subsys/usb/audio/headset/src/
Dmain.c72 LOG_INF("Entered %s", __func__); in main()
/Zephyr-latest/samples/subsys/debug/debugmon/src/
Dmain.c51 printk("Entered debug monitor interrupt\n"); in z_arm_debug_monitor()
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/
Dudp.c51 case MQTT_SN_EVT_ASLEEP: /* Entered ASLEEP state */ in evt_cb()
54 case MQTT_SN_EVT_AWAKE: /* Entered AWAKE state */ in evt_cb()
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/src/
Dmain.c78 LOG_INF("Entered %s", __func__); in main()
/Zephyr-latest/snippets/xen_dom0/
DREADME.rst22 be entered when you invoke ``west build``.
/Zephyr-latest/tests/subsys/pm/power_mgmt_multicore/src/
Dmain.c58 /* pm_system_suspend is entered with irq locked in pm_state_exit_post_ops()

12345