Home
last modified time | relevance | path

Searched defs:flags (Results 451 – 475 of 870) sorted by relevance

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

/Zephyr-latest/subsys/fs/ext2/
Dext2_ops.c26 static int ext2_open(struct fs_file_t *filp, const char *fs_path, fs_mode_t flags) in ext2_open()
450 static int ext2_mkfs(uintptr_t dev_id, void *vcfg, int flags) in ext2_mkfs()
/Zephyr-latest/subsys/fs/
Dfat_fs.c100 static uint8_t translate_flags(fs_mode_t flags) in translate_flags()
518 static int fatfs_mkfs(uintptr_t dev_id, void *cfg, int flags) in fatfs_mkfs()
/Zephyr-latest/drivers/gpio/
Dgpio_dw.c236 uint32_t pin, int flags) in dw_pin_config()
270 gpio_flags_t flags) in gpio_dw_config()
Dgpio_renesas_rz.c75 static int gpio_rz_pin_get_config(const struct device *dev, gpio_pin_t pin, gpio_flags_t *flags) in gpio_rz_pin_get_config()
89 static int gpio_rz_pin_config_get_raw(bsp_io_port_pin_t port_pin, struct gpio_rz_hw_config *flags) in gpio_rz_pin_config_get_raw()
119 static int gpio_rz_pin_configure(const struct device *dev, gpio_pin_t pin, gpio_flags_t flags) in gpio_rz_pin_configure()
Dgpio_ad559x.c92 gpio_pin_t pin, gpio_flags_t flags) in gpio_ad559x_configure()
Dgpio_npm6001.c94 gpio_pin_t pin, gpio_flags_t flags) in gpio_npm6001_configure()
Dgpio_tle9104.c39 static int tle9104_gpio_pin_configure(const struct device *dev, gpio_pin_t pin, gpio_flags_t flags) in tle9104_gpio_pin_configure()
Dgpio_ene_kb1200.c41 static int kb1200_gpio_pin_configure(const struct device *dev, gpio_pin_t pin, gpio_flags_t flags) in kb1200_gpio_pin_configure()
Dgpio_creg_gpio.c109 gpio_flags_t flags) in pin_config()
/Zephyr-latest/include/zephyr/net/http/
Dparser.h97 enum flags { enum
158 unsigned int flags : 8; /* F_xxx values from 'flags' enum; member
/Zephyr-latest/drivers/counter/
Dcounter_renesas_rz_gtm.c465 static uint32_t counter_rz_gtm_get_guard_period(const struct device *dev, uint32_t flags) in counter_rz_gtm_get_guard_period()
473 static int counter_rz_gtm_set_guard_period(const struct device *dev, uint32_t guard, uint32_t flags) in counter_rz_gtm_set_guard_period()
Dcounter_nrfx_rtc.c228 uint32_t flags) in set_cc()
585 static uint32_t get_guard_period(const struct device *dev, uint32_t flags) in get_guard_period()
593 uint32_t flags) in set_guard_period()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c242 uint8_t flags; in handle_acl() local
476 uint8_t flags = BT_ACL_START_NO_FLUSH; in send_acl() local
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c182 uint32_t flags = LOG_OUTPUT_FLAG_COLORS | LOG_OUTPUT_FLAG_LEVEL | in log_message_process() local
200 static const uint32_t flags = LOG_OUTPUT_FLAG_TIMESTAMP | LOG_OUTPUT_FLAG_FORMAT_TIMESTAMP | in trace_point_process() local
246 static const uint32_t flags = LOG_OUTPUT_FLAG_TIMESTAMP | LOG_OUTPUT_FLAG_FORMAT_TIMESTAMP; in hw_event_process() local
/Zephyr-latest/lib/os/
Dcbprintf_packaged.c233 int cbvprintf_package(void *packaged, size_t len, uint32_t flags, in cbvprintf_package()
819 int cbprintf_package(void *packaged, size_t len, uint32_t flags, in cbprintf_package()
917 uint32_t flags, in cbprintf_package_convert()
/Zephyr-latest/drivers/sensor/wsen/wsen_tids_2521020222501/
Dwsen_tids_2521020222501_trigger.c21 unsigned int flags = enable ? GPIO_INT_EDGE_TO_ACTIVE : GPIO_INT_DISABLE; in tids_2521020222501_setup_interrupt() local
/Zephyr-latest/drivers/pwm/
Dpwm_mcux_sctimer.c83 uint32_t pulse_cycles, pwm_flags_t flags) in mcux_sctimer_pwm_set_cycles()
Dpwm_sifive.c111 pwm_flags_t flags) in pwm_sifive_set_cycles()
/Zephyr-latest/drivers/watchdog/
Dwdt_counter.c21 uint8_t flags[CONFIG_WDT_COUNTER_CH_COUNT]; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt_srv.c67 uint16_t len, uint16_t offset, uint8_t flags) in gatt_recv()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_adsp_mtrace.c160 uint32_t flags = LOG_OUTPUT_FLAG_LEVEL | LOG_OUTPUT_FLAG_TIMESTAMP; in format_flags() local
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dintc_esp32.h86 int flags : 16; /* OR of VECDESC_FLAG_* defines */ member
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Drpr.h90 uint8_t flags; member
/Zephyr-latest/drivers/interrupt_controller/
Dintc_ite_it8xxx2.c155 void ite_intc_irq_polarity_set(unsigned int irq, unsigned int flags) in ite_intc_irq_polarity_set()
/Zephyr-latest/drivers/i2c/
Di2c_bitbang.c201 unsigned int flags; in i2c_bitbang_transfer() local

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