Home
last modified time | relevance | path

Searched refs:__asm (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/subsys/llext/src/
Dmovwmovt_ext.c30 __asm volatile ("movw r0, #:lower16:test_func"); in test_entry()
31 __asm volatile ("movt r0, #:upper16:test_func"); in test_entry()
32 __asm volatile ("blx r0"); in test_entry()
/Zephyr-latest/soc/gd/gd32/gd32a50x/
Dsoc.c13 register unsigned r0 __asm("r0") = DT_REG_ADDR(DT_CHOSEN(zephyr_sram)); in soc_reset_hook()
14 register unsigned r1 __asm("r1") = in soc_reset_hook()
/Zephyr-latest/modules/hal_rpi_pico/pico/
Dconfig_autogen.h30 #define asm __asm
/Zephyr-latest/samples/subsys/debug/debugmon/src/
Dmain.c84 __asm("bkpt"); in main()
/Zephyr-latest/arch/common/
Disr_tables.c72 #define BUILD_VECTOR(n, _) __asm(ARCH_IRQ_VECTOR_JUMP_CODE(IRQ_VECTOR_TABLE_DEFAULT_ISR))
/Zephyr-latest/drivers/dp/
Dswdp_ll_pin.h26 __asm volatile ("movs r3, %[p]\n" in pin_delay_asm()
/Zephyr-latest/drivers/led_strip/
Dws2812_gpio.c58 __asm volatile (SET_HIGH \
68 __asm volatile (SET_HIGH \
/Zephyr-latest/include/zephyr/
Dsw_isr_table.h241 __asm(ARCH_IRQ_VECTOR_JUMP_CODE(func)); \
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst652 __asm(ARCH_IRQ_VECTOR_JUMP_CODE(func));