/Zephyr-latest/arch/arc/core/ |
D | cpu_idle.S | 41 PUSHR blink 43 POPR blink 50 j_s [blink] 66 PUSHR blink 68 POPR blink 75 j_s.d [blink]
|
D | switch.S | 85 PUSHR blink 108 POPR blink /* pc into blink */ 119 PUSHR blink 123 POPR blink 125 j_s [blink] 155 PUSHR blink 159 POPR blink
|
D | userspace.S | 70 mov_s blink, sp 97 _disable_stack_checking blink 102 ld blink, [r6, _thread_offset_to_priv_stack_start] 103 add blink, blink, CONFIG_PRIVILEGED_STACK_SIZE 169 mov_s sp, blink 180 mov blink, 0 209 mov_s blink, _k_syscall_table 210 ld.as r6, [blink, r6] 278 j_s.d [blink]
|
D | regular_irq.S | 311 PUSHR blink 315 POPR blink 328 PUSHR blink 332 POPR blink
|
D | fast_irq.S | 270 push_s blink 274 pop_s blink 291 push_s blink 295 pop_s blink
|
D | isr_wrapper.S | 255 PUSHR blink 257 POPR blink
|
D | fatal.c | 37 esf->blink, esf->status32); in dump_arc_esf()
|
/Zephyr-latest/arch/arc/core/secureshield/ |
D | arc_secure.S | 54 push_s blink 55 mov blink, arc_s_call_table 56 ld.as r6, [blink, r6] 71 pop_s blink 73 j [blink] 87 j.d [blink] 106 j.d [blink] 117 mov blink, 0
|
/Zephyr-latest/samples/basic/threads/src/ |
D | main.c | 54 void blink(const struct led *led, uint32_t sleep_ms, uint32_t id) in blink() function 92 blink(&led0, 100, 0); in blink0() 97 blink(&led1, 1000, 1); in blink1()
|
/Zephyr-latest/samples/drivers/led/lp5562/ |
D | README.rst | 22 10. blink the LEDs in white 24 12. blink the LEDs in purple
|
/Zephyr-latest/include/zephyr/drivers/ |
D | led.h | 119 led_api_blink blink; member 147 if (api->blink == NULL) { in z_impl_led_blink() 150 return api->blink(dev, led, delay_on, delay_off); in z_impl_led_blink()
|
/Zephyr-latest/samples/bluetooth/iso_receive/src/ |
D | main.c | 51 static bool blink; variable 55 if (!blink) { in blink_timeout() 354 blink = true; in main() 460 blink = false; in main()
|
/Zephyr-latest/arch/arc/include/ |
D | kernel_arch_data.h | 69 uintptr_t blink; member 90 uintptr_t blink;
|
/Zephyr-latest/samples/boards/st/power_mgmt/stop3/ |
D | README.rst | 32 After flashing, the LED starts to blink.
|
/Zephyr-latest/samples/drivers/led/pca9633/ |
D | README.rst | 17 5. blink the LEDs
|
/Zephyr-latest/drivers/led/ |
D | led_handlers.c | 13 K_OOPS(K_SYSCALL_DRIVER_LED(dev, blink)); in z_vrfy_led_blink()
|
D | led_pwm.c | 130 .blink = led_pwm_blink,
|
/Zephyr-latest/samples/drivers/ht16k33/ |
D | README.rst | 17 2. blink the LEDs at 2 Hz, 1 Hz, and 0.5 Hz
|
/Zephyr-latest/samples/subsys/debug/debugmon/ |
D | README.rst | 41 The LED starts to blink, indicating that even though the processor spins in debug monitor
|
/Zephyr-latest/arch/arc/core/offsets/ |
D | offsets.c | 63 GEN_OFFSET_SYM(_isf_t, blink);
|
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/ |
D | README.rst | 39 After flashing, the LED starts to blink.
|
/Zephyr-latest/samples/drivers/led/pwm/boards/ |
D | mec15xxevb_assy6853.overlay | 15 * and implements duty cycle for blink mode as an 8-bit value where 0 is off and
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig | 40 bool "GPIO Shell blink command" 44 Enable GPIO Shell blink command. 45 This command provides a shell user the ability to 'blink' a pin
|
/Zephyr-latest/samples/boards/st/power_mgmt/standby_shutdown/ |
D | README.rst | 39 After flashing, the LED starts to blink.
|
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/ |
D | README.rst | 39 After flashing, the LED starts to blink with a fixed period (SLEEP_TIME_MS).
|