Home
last modified time | relevance | path

Searched defs:flag (Results 1 – 25 of 41) sorted by relevance

12

/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Ddebug.h92 #define DEBUG_CPU_SLEEP(flag) gpio_pin_set(DEBUG0_PORT, DEBUG0_PIN, flag) argument
94 #define DEBUG_TICKER_ISR(flag) gpio_pin_set(DEBUG1_PORT, DEBUG1_PIN, flag) argument
96 #define DEBUG_TICKER_TASK(flag) gpio_pin_set(DEBUG1_PORT, DEBUG1_PIN, flag) argument
98 #define DEBUG_TICKER_JOB(flag) gpio_pin_set(DEBUG2_PORT, DEBUG2_PIN, flag) argument
100 #define DEBUG_RADIO_ISR(flag) gpio_pin_set(DEBUG7_PORT, DEBUG7_PIN, flag) argument
102 #define DEBUG_RADIO_XTAL(flag) gpio_pin_set(DEBUG8_PORT, DEBUG8_PIN, flag) argument
104 #define DEBUG_RADIO_ACTIVE(flag) gpio_pin_set(DEBUG9_PORT, DEBUG9_PIN, flag) argument
106 #define DEBUG_RADIO_CLOSE(flag) \ argument
116 #define DEBUG_RADIO_PREPARE_A(flag) \ argument
119 #define DEBUG_RADIO_START_A(flag) \ argument
[all …]
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h125 #define DEBUG_CPU_SLEEP(flag) \ argument
136 #define DEBUG_TICKER_ISR(flag) \ argument
147 #define DEBUG_TICKER_TASK(flag) \ argument
158 #define DEBUG_TICKER_JOB(flag) \ argument
169 #define DEBUG_RADIO_ISR(flag) \ argument
180 #define DEBUG_RADIO_XTAL(flag) \ argument
191 #define DEBUG_RADIO_ACTIVE(flag) \ argument
202 #define DEBUG_RADIO_CLOSE(flag) \ argument
212 #define DEBUG_RADIO_PREPARE_A(flag) \ argument
223 #define DEBUG_RADIO_START_A(flag) \ argument
[all …]
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_l2cap_stress/src/
Dcommon.h25 #define CREATE_FLAG(flag) static atomic_t flag = (atomic_t)false argument
26 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) argument
27 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false) argument
28 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) argument
29 #define WAIT_FOR_FLAG_SET(flag) \ argument
33 #define WAIT_FOR_FLAG_UNSET(flag) \ argument
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_audio/src/
Dcommon.h35 #define CREATE_FLAG(flag) static atomic_t flag = (atomic_t)false argument
36 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) argument
37 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false) argument
38 #define WAIT_FOR_FLAG(flag) \ argument
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dsettings.c94 void bt_mesh_settings_store_schedule(enum bt_mesh_settings_flag flag) in bt_mesh_settings_store_schedule()
124 void bt_mesh_settings_store_cancel(enum bt_mesh_settings_flag flag) in bt_mesh_settings_store_cancel()
/Zephyr-Core-2.7.6/subsys/logging/
Dlog_backend_spinel.c35 uint32_t flag = LOG_OUTPUT_FLAG_CRLF_NONE; in put() local
56 uint32_t flag = LOG_OUTPUT_FLAG_CRLF_NONE; in sync_string() local
68 uint32_t flag = LOG_OUTPUT_FLAG_CRLF_NONE; in sync_hexdump() local
Dlog_backend_swo.c79 uint32_t flag = IS_ENABLED(CONFIG_LOG_BACKEND_SWO_SYST_ENABLE) ? in log_backend_swo_put() local
135 uint32_t flag = IS_ENABLED(CONFIG_LOG_BACKEND_SWO_SYST_ENABLE) ? in log_backend_swo_sync_string() local
147 uint32_t flag = IS_ENABLED(CONFIG_LOG_BACKEND_SWO_SYST_ENABLE) ? in log_backend_swo_sync_hexdump() local
Dlog_backend_uart.c57 uint32_t flag = IS_ENABLED(CONFIG_LOG_BACKEND_UART_SYST_ENABLE) ? in put() local
113 uint32_t flag = IS_ENABLED(CONFIG_LOG_BACKEND_UART_SYST_ENABLE) ? in sync_string() local
124 uint32_t flag = IS_ENABLED(CONFIG_LOG_BACKEND_UART_SYST_ENABLE) ? in sync_hexdump() local
Dlog_backend_rtt.c242 uint32_t flag = IS_ENABLED(CONFIG_LOG_BACKEND_RTT_SYST_ENABLE) ? in put() local
282 uint32_t flag = IS_ENABLED(CONFIG_LOG_BACKEND_RTT_SYST_ENABLE) ? in sync_string() local
293 uint32_t flag = IS_ENABLED(CONFIG_LOG_BACKEND_RTT_SYST_ENABLE) ? in sync_hexdump() local
Dlog_output_syst.c404 uint32_t flag)
644 struct log_msg *msg, uint32_t flag)
662 const char *fmt, va_list ap, uint32_t flag)
678 const uint8_t *data, uint32_t length, uint32_t flag)
/Zephyr-Core-2.7.6/tests/arch/arm/arm_no_multithreading/src/
Dmain.c96 int i, flag = test_flag; in test_main() local
/Zephyr-Core-2.7.6/tests/kernel/threads/no-multithreading/src/
Dmain.c35 bool *flag = k_timer_user_data_get(timer); in timeout_handler() local
/Zephyr-Core-2.7.6/tests/subsys/dfu/mcuboot/src/
Dmain.c98 uint8_t flag[BOOT_MAX_ALIGN]; in test_write_confirm() local
/Zephyr-Core-2.7.6/tests/kernel/mutex/sys_mutex/src/
Dthread_competition.c23 static uint32_t flag[3]; variable
/Zephyr-Core-2.7.6/soc/arm/nuvoton_npcx/common/
Dsoc_pins.h48 uint32_t flag; member
/Zephyr-Core-2.7.6/tests/subsys/dfu/mcuboot_multi/src/
Dmain.c74 uint8_t flag[BOOT_MAX_ALIGN]; in _test_write_confirm_n() local
/Zephyr-Core-2.7.6/dts/arm/atmel/
Dpinctrl_atmel_sam.h63 #define DT_ATMEL_PINCTRL_FLAG(flag) flag; argument
/Zephyr-Core-2.7.6/subsys/dfu/boot/
Dmcuboot_shell.c63 static const char *swap_state_flag_str(uint8_t flag) in swap_state_flag_str()
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/
Dsockets_internal.h19 uintptr_t flag) in sock_set_flag()
/Zephyr-Core-2.7.6/subsys/net/ip/
Dicmpv6.h66 uint8_t flag; /*res:3,c:1,cid:4 */ member
93 #define NET_ICMPV6_ND_O_FLAG(flag) ((flag) & 0x40) argument
94 #define NET_ICMPV6_ND_M_FLAG(flag) ((flag) & 0x80) argument
/Zephyr-Core-2.7.6/dts/arm/cypress/
Dpinctrl_cypress_psoc6.h89 #define DT_CYPRESS_HSIOM_FLAG(flag) flag; argument
/Zephyr-Core-2.7.6/soc/arm/atmel_sam/common/
Datmel_sam_dt.h36 #define ATMEL_SAM_PIN_FLAG(node_id, i, flag) \ argument
/Zephyr-Core-2.7.6/tests/kernel/semaphore/sys_sem/src/
Dmain.c26 static ZTEST_DMEM int flag; variable
/Zephyr-Core-2.7.6/soc/arm/cypress/common/
Dcypress_psoc6_dt.h122 #define CY_PSOC6_PIN_FLAG(inst, i, flag) \ argument
/Zephyr-Core-2.7.6/drivers/dma/
Ddma_mcux_edma.c149 uint32_t flag = EDMA_GetChannelStatusFlags(DEV_BASE(dev), i); in dma_mcux_edma_irq_handler() local
165 uint32_t flag = 0; in dma_mcux_edma_error_irq_handler() local

12