Searched full:entered (Results 1 – 25 of 108) sorted by relevance
12345
/Zephyr-latest/include/zephyr/drivers/console/ |
D | console.h | 38 * @param lines k_fifo queue of entered lines which to be processed 40 * @param completion callback for tab completion of entered commands
|
D | uart_console.h | 26 * @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/ |
D | idle.c | 58 * 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/ |
D | sample.yaml | 16 - "Entered main"
|
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/ |
D | sample.yaml | 16 - "Entered main"
|
/Zephyr-latest/samples/subsys/usb/testusb/src/ |
D | main.c | 22 LOG_INF("entered main."); in main()
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | boot_complete.c | 26 /* Software protocol: "firmware entered" has the value 5 */ in boot_complete()
|
/Zephyr-latest/include/zephyr/drivers/bluetooth/ |
D | hci_driver_bluenrg.h | 31 * @param updater_mode flag to indicate whether updater mode needs to be entered.
|
/Zephyr-latest/samples/bluetooth/peripheral_hids/ |
D | README.rst | 15 code on the peripheral and requires that to be entered on the host during
|
/Zephyr-latest/samples/boards/nordic/system_off/ |
D | README.rst | 18 number of times system off was entered, and total uptime since initial power-on
|
/Zephyr-latest/doc/security/ |
D | reporting.rst | 12 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/ |
D | tls_credentials_shell.rst | 243 … 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/ |
D | power.c | 29 /* FIXME: When this function is entered the Kernel has disabled in pm_state_set()
|
/Zephyr-latest/subsys/shell/ |
D | shell_wildcard.h | 40 * Function will print a help string with: the currently entered command, its
|
/Zephyr-latest/soc/silabs/common/ |
D | soc_power.c | 29 /* FIXME: When this function is entered the Kernel has disabled in pm_state_set()
|
D | soc_power_pmgr.c | 49 /* FIXME: When this function is entered the Kernel has disabled in pm_state_set()
|
/Zephyr-latest/arch/arc/core/ |
D | cpu_idle.S | 56 * @brief Put the CPU in low-power mode, entered with IRQs locked
|
/Zephyr-latest/drivers/timer/ |
D | npcx_itim_timer.c | 23 * - 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/ |
D | power.c | 27 /* FIXME: When this function is entered the Kernel has disabled in pm_state_set()
|
/Zephyr-latest/samples/subsys/usb/audio/headset/src/ |
D | main.c | 72 LOG_INF("Entered %s", __func__); in main()
|
/Zephyr-latest/samples/subsys/debug/debugmon/src/ |
D | main.c | 51 printk("Entered debug monitor interrupt\n"); in z_arm_debug_monitor()
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/ |
D | udp.c | 51 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/ |
D | main.c | 78 LOG_INF("Entered %s", __func__); in main()
|
/Zephyr-latest/snippets/xen_dom0/ |
D | README.rst | 22 be entered when you invoke ``west build``.
|
/Zephyr-latest/tests/subsys/pm/power_mgmt_multicore/src/ |
D | main.c | 58 /* pm_system_suspend is entered with irq locked in pm_state_exit_post_ops()
|
12345