/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] 76 * j.d [blink] 87 j.d [blink] 106 j.d [blink] 117 mov blink, 0
|
/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 | 70 * 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
|
D | userspace.S | 69 /* 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]
|
D | fatal.c | 36 ARC_EXCEPTION_DUMP(" blink: 0x%" PRIxPTR " status32: 0x%" PRIxPTR "", in dump_arc_esf() 37 esf->blink, esf->status32); in dump_arc_esf()
|
D | fast_irq.S | 270 push_s blink 274 pop_s blink 291 push_s blink 295 pop_s blink
|
/Zephyr-latest/dts/bindings/pwm/ |
D | microchip,xec-pwmbbled.yaml | 55 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/ |
D | main.c | 80 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/ |
D | kernel_arch_data.h | 69 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/ |
D | README.rst | 22 10. blink the LEDs in white 24 12. blink the LEDs in purple
|
/Zephyr-latest/samples/drivers/led/lp5562/src/ |
D | main.c | 99 * @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/ |
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/boards/st/power_mgmt/blinky/ |
D | README.rst | 4 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/ |
D | Kconfig | 16 bool "Blink led0"
|
/Zephyr-latest/samples/basic/blinky_pwm/ |
D | sample.yaml | 2 name: Blink LED (PWM based)
|
/Zephyr-latest/samples/bluetooth/iso_receive/ |
D | Kconfig | 23 bool "Blink led0"
|
/Zephyr-latest/samples/basic/blinky/ |
D | README.rst | 5 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/ |
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/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 | lp3943.c | 14 * - 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,
|
D | led_mchp_xec.c | 70 /* 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/ |
D | README.rst | 41 The LED starts to blink, indicating that even though the processor spins in debug monitor
|
/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/boards/st/power_mgmt/suspend_to_ram/ |
D | README.rst | 39 After flashing, the LED starts to blink.
|