Home
last modified time | relevance | path

Searched full:blink (Results 1 – 25 of 78) sorted by relevance

1234

/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]
76 * j.d [blink]
87 j.d [blink]
106 j.d [blink]
117 mov blink, 0
/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.S70 * Save status32 and blink on the stack before the callee-saved registers.
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
Duserspace.S69 /* start of privilege stack in blink */
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]
Dfatal.c36 ARC_EXCEPTION_DUMP(" blink: 0x%" PRIxPTR " status32: 0x%" PRIxPTR "", in dump_arc_esf()
37 esf->blink, esf->status32); in dump_arc_esf()
Dfast_irq.S270 push_s blink
274 pop_s blink
291 push_s blink
295 pop_s blink
/Zephyr-latest/dts/bindings/pwm/
Dmicrochip,xec-pwmbbled.yaml55 There may be a product requirement, either to blink (or) not blink LED in Suspend state.
56 Property "enable-low-power-32k" shall be used along with 32KHz clock to blink (or) not blink
/Zephyr-latest/samples/drivers/led/xec/src/
Dmain.c80 LOG_INF("blink: T = 0.5 second, duty cycle = 0.5"); in led_test()
85 LOG_ERR("LED blink API returned error %d", ret); in led_test()
92 LOG_INF("blink: T = 3 seconds, duty cycle = 0.4"); in led_test()
97 LOG_ERR("LED blink API returned error %d", ret); in led_test()
/Zephyr-latest/arch/arc/include/
Dkernel_arch_data.h69 uintptr_t blink; member
90 uintptr_t blink;
224 * No need to save r31 (blink), it's either already pushed as the pc or
225 * blink on an irq stack frame.
/Zephyr-latest/samples/drivers/led/lp5562/
DREADME.rst22 10. blink the LEDs in white
24 12. blink the LEDs in purple
/Zephyr-latest/samples/drivers/led/lp5562/src/
Dmain.c99 * @brief Blink the LED in the given color.
105 * @param r Blink the red LED.
106 * @param g Blink the green LED.
107 * @param b Blink the blue LED.
201 /* Blink white. */ in main()
/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/boards/st/power_mgmt/blinky/
DREADME.rst4 Blink an LED using the GPIO API in a low-power context on STM32
39 After flashing, the LED starts to blink with a fixed period (SLEEP_TIME_MS).
/Zephyr-latest/samples/bluetooth/periodic_sync/
DKconfig16 bool "Blink led0"
/Zephyr-latest/samples/basic/blinky_pwm/
Dsample.yaml2 name: Blink LED (PWM based)
/Zephyr-latest/samples/bluetooth/iso_receive/
DKconfig23 bool "Blink led0"
/Zephyr-latest/samples/basic/blinky/
DREADME.rst5 Blink an LED forever using the GPIO API.
43 After flashing, the LED starts to blink and messages with the current LED state
/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/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/
Dlp3943.c14 * - Blink period and brightness value are controlled by two sets of PSCx/PWMx
17 * to LEDs from 8 to 15. So, it is not possible to set unique blink period
279 .blink = lp3943_led_blink,
Dled_mchp_xec.c70 /* Blink mode source frequency is 32768 Hz */
133 * counter. Maximum blink rate is 128Hz to 32.25 mHz (7.8 ms to 32 seconds).
264 .blink = xec_bbled_blink,
/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/samples/drivers/ht16k33/
DREADME.rst17 2. blink the LEDs at 2 Hz, 1 Hz, and 0.5 Hz
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/
DREADME.rst39 After flashing, the LED starts to blink.

1234