Home
last modified time | relevance | path

Searched refs:blink (Results 1 – 25 of 57) sorted by relevance

123

/Zephyr-latest/arch/arc/core/
Dcpu_idle.S41 PUSHR blink
43 POPR blink
50 j_s [blink]
66 PUSHR blink
68 POPR blink
75 j_s.d [blink]
Dswitch.S85 PUSHR blink
108 POPR blink /* pc into blink */
119 PUSHR blink
123 POPR blink
125 j_s [blink]
155 PUSHR blink
159 POPR blink
Duserspace.S70 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]
Dregular_irq.S311 PUSHR blink
315 POPR blink
328 PUSHR blink
332 POPR blink
Dfast_irq.S270 push_s blink
274 pop_s blink
291 push_s blink
295 pop_s blink
Disr_wrapper.S255 PUSHR blink
257 POPR blink
Dfatal.c37 esf->blink, esf->status32); in dump_arc_esf()
/Zephyr-latest/arch/arc/core/secureshield/
Darc_secure.S54 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/
Dmain.c54 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/
DREADME.rst22 10. blink the LEDs in white
24 12. blink the LEDs in purple
/Zephyr-latest/include/zephyr/drivers/
Dled.h119 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/
Dmain.c51 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/
Dkernel_arch_data.h69 uintptr_t blink; member
90 uintptr_t blink;
/Zephyr-latest/samples/boards/st/power_mgmt/stop3/
DREADME.rst32 After flashing, the LED starts to blink.
/Zephyr-latest/samples/drivers/led/pca9633/
DREADME.rst17 5. blink the LEDs
/Zephyr-latest/drivers/led/
Dled_handlers.c13 K_OOPS(K_SYSCALL_DRIVER_LED(dev, blink)); in z_vrfy_led_blink()
Dled_pwm.c130 .blink = led_pwm_blink,
/Zephyr-latest/samples/drivers/ht16k33/
DREADME.rst17 2. blink the LEDs at 2 Hz, 1 Hz, and 0.5 Hz
/Zephyr-latest/samples/subsys/debug/debugmon/
DREADME.rst41 The LED starts to blink, indicating that even though the processor spins in debug monitor
/Zephyr-latest/arch/arc/core/offsets/
Doffsets.c63 GEN_OFFSET_SYM(_isf_t, blink);
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/
DREADME.rst39 After flashing, the LED starts to blink.
/Zephyr-latest/samples/drivers/led/pwm/boards/
Dmec15xxevb_assy6853.overlay15 * and implements duty cycle for blink mode as an 8-bit value where 0 is off and
/Zephyr-latest/drivers/gpio/
DKconfig40 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/
DREADME.rst39 After flashing, the LED starts to blink.
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/
DREADME.rst39 After flashing, the LED starts to blink with a fixed period (SLEEP_TIME_MS).

123