Home
last modified time | relevance | path

Searched defs:flags (Results 401 – 425 of 870) sorted by relevance

1...<<11121314151617181920>>...35

/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.h502 static inline void ctf_top_socket_sendto_enter(int32_t sock, uint32_t len, uint32_t flags, in ctf_top_socket_sendto_enter()
514 static inline void ctf_top_socket_sendmsg_enter(int32_t sock, uint32_t flags, uint32_t msg, in ctf_top_socket_sendmsg_enter()
526 static inline void ctf_top_socket_recvfrom_enter(int32_t sock, uint32_t max_len, uint32_t flags, in ctf_top_socket_recvfrom_enter()
540 uint32_t flags) in ctf_top_socket_recvmsg_enter()
551 static inline void ctf_top_socket_fcntl_enter(int32_t sock, uint32_t cmd, uint32_t flags) in ctf_top_socket_fcntl_enter()
697 uint32_t flags) in ctf_top_gpio_pin_interrupt_configure_enter()
710 static inline void ctf_top_gpio_pin_configure_enter(uint32_t port, uint32_t pin, uint32_t flags) in ctf_top_gpio_pin_configure_enter()
732 static inline void ctf_top_gpio_pin_get_config_enter(uint32_t port, uint32_t pin, uint32_t flags) in ctf_top_gpio_pin_get_config_enter()
/Zephyr-latest/include/zephyr/drivers/
Dgpio.h872 gpio_flags_t flags) in z_impl_gpio_pin_interrupt_configure()
953 gpio_flags_t flags) in gpio_pin_interrupt_configure_dt()
979 gpio_flags_t flags) in z_impl_gpio_pin_configure()
1206 gpio_flags_t *flags) in z_impl_gpio_pin_get_config()
1238 gpio_flags_t *flags) in gpio_pin_get_config_dt()
Dtee.h254 uint32_t flags; /**< [out] shared buffer flags */ member
540 uint32_t flags, struct tee_shm **shm) in z_impl_tee_shm_register()
582 static inline int z_impl_tee_shm_alloc(const struct device *dev, size_t size, uint32_t flags, in z_impl_tee_shm_alloc()
/Zephyr-latest/drivers/clock_control/
Dclock_control_mchp_xec.c278 uint32_t flags) in soc_clk32_init()
449 static int enable_32k_crystal(const struct device *dev, uint32_t flags) in enable_32k_crystal()
561 static void connect_pll_32k(const struct device *dev, enum pll_clk32k_src src, uint32_t flags) in connect_pll_32k()
582 static void connect_periph_32k(const struct device *dev, enum periph_clk32k_src src, uint32_t flags) in connect_periph_32k()
670 uint32_t flags) in soc_clk32_init()
/Zephyr-latest/tests/net/socket/reuseaddr_reuseport/src/
Dmain.c209 static void test_sendto(int sock, const void *buf, size_t len, int flags, in test_sendto()
218 static void test_recvfrom_success(int sock, void *buf, size_t max_len, int flags, in test_recvfrom_success()
227 static void test_recvfrom_fail(int sock, void *buf, size_t max_len, int flags, in test_recvfrom_fail()
238 static void test_recv_success(int sock, void *buf, size_t max_len, int flags) in test_recv_success()
246 static void test_recv_fail(int sock, void *buf, size_t max_len, int flags) in test_recv_fail()
/Zephyr-latest/drivers/pwm/
Dpwm_cc13xx_cc26xx_timer.c106 pwm_flags_t flags) in set_cycles()
Dpwm_rv32m1_tpm.c45 pwm_flags_t flags) in rv32m1_tpm_set_cycles()
Dpwm_sam0_tc.c76 uint32_t pulse_cycles, pwm_flags_t flags) in pwm_sam0_set_cycles()
/Zephyr-latest/drivers/watchdog/
Dwdt_mcux_imx_wdog.c127 uint32_t flags; in mcux_wdog_isr() local
Dxt_wdt_esp32.c130 int err, flags = 0; in esp32_xt_wdt_init() local
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/
Dsht3xd_trigger.c89 unsigned int flags = enable in setup_alert() local
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_ble.c147 uint32_t flags = LOG_OUTPUT_FLAG_FORMAT_SYSLOG | LOG_OUTPUT_FLAG_TIMESTAMP; in process() local
/Zephyr-latest/drivers/interrupt_controller/
Dintc_esp32c3.c151 int flags, in esp_intr_alloc()
/Zephyr-latest/drivers/gpio/
Dgpio_bd8lb600fs.c38 gpio_flags_t flags) in bd8lb600fs_gpio_pin_configure()
Dgpio_ite_it8xxx2.c357 gpio_flags_t flags) in gpio_ite_configure()
473 gpio_flags_t flags = 0; in gpio_ite_get_config() local
Dgpio_rpi_pico.c125 gpio_flags_t flags) in gpio_rpi_configure()
185 static int gpio_rpi_get_config(const struct device *dev, gpio_pin_t pin, gpio_flags_t *flags) in gpio_rpi_get_config()
/Zephyr-latest/drivers/mbox/
Dmbox_nxp_imx_mu.c181 const uint32_t flags = MU_GetStatusFlags(config->base); in DT_INST_FOREACH_STATUS_OKAY() local
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmain.c40 static uint8_t flags; variable
/Zephyr-latest/subsys/tracing/user/
Dtracing_user.c30 gpio_pin_t pin, gpio_flags_t flags) {} in sys_trace_gpio_pin_interrupt_configure_enter_user()
34 gpio_flags_t flags) {} in sys_trace_gpio_pin_configure_enter_user()
171 gpio_flags_t flags) in sys_trace_gpio_pin_interrupt_configure_enter()
183 gpio_flags_t flags) in sys_trace_gpio_pin_configure_enter()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_internal.h85 uint16_t flags; member
92 uint16_t flags; member
128 uint8_t flags; member
/Zephyr-latest/drivers/serial/
Duart_silabs_eusart.c61 uint32_t flags = EUSART_IntGet(config->eusart); in uart_silabs_eusart_err_check() local
139 uint32_t flags = EUSART_IntGet(config->eusart); in uart_silabs_eusart_irq_tx_complete() local
/Zephyr-latest/drivers/i2c/
Di2c_mcux_lpi2c_rtio.c122 uint32_t flags = 0U; in mcux_lpi2c_convert_flags() local
135 static bool mcux_lpi2c_msg_start(const struct device *dev, uint8_t flags, in mcux_lpi2c_msg_start()
Di2c_max32_rtio.c49 uint8_t flags; member
105 static int max32_msg_start(const struct device *dev, uint8_t flags, in max32_msg_start()
/Zephyr-latest/include/zephyr/xen/public/
Dgrant_table.h135 uint16_t flags; member
269 uint32_t flags; /* GNTMAP_* */ member
/Zephyr-latest/drivers/sensor/wsen/wsen_pads_2511020213301/
Dwsen_pads_2511020213301_trigger.c19 unsigned int flags = enable ? GPIO_INT_EDGE_TO_ACTIVE : GPIO_INT_DISABLE; in pads_2511020213301_setup_interrupt() local

1...<<11121314151617181920>>...35