Home
last modified time | relevance | path

Searched defs:cfg (Results 551 – 575 of 952) sorted by relevance

1...<<21222324252627282930>>...39

/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dpinctrl_soc.h37 uint32_t cfg; member
/Zephyr-latest/include/zephyr/fs/
Dlittlefs.h39 struct lfs_config cfg; member
/Zephyr-latest/scripts/west_commands/runners/
Dopenocd.py51 def __init__(self, cfg, pre_init=None, reset_halt_cmd=DEFAULT_OPENOCD_RESET_HALT_CMD, argument
200 def do_create(cls, cfg, args): argument
Dnative.py16 def __init__(self, cfg, argument
/Zephyr-latest/tests/subsys/ipc/pbuf/src/
Dmain.c51 static PBUF_MAYBE_CONST struct pbuf_cfg cfg = PBUF_CFG_INIT(memory_area, MEM_AREA_SZ, 0, 0); in ZTEST() local
273 static PBUF_MAYBE_CONST struct pbuf_cfg cfg = PBUF_CFG_INIT(buffer, MEM_AREA_SZ, 4, 0); in ZTEST() local
/Zephyr-latest/drivers/sensor/ti/tmag5170/
Dtmag5170_trigger.c104 const struct tmag5170_dev_config *cfg = dev->config; in tmag5170_trigger_init() local
Dtmag5170.c282 const struct tmag5170_dev_config *cfg = dev->config; in tmag5170_sample_fetch() local
386 const struct tmag5170_dev_config *cfg = dev->config; in tmag5170_channel_get() local
445 const struct tmag5170_dev_config *cfg = dev->config; in tmag5170_init_registers() local
530 const struct tmag5170_dev_config *cfg = dev->config; in tmag5170_init() local
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388_trigger.c117 const struct bmp388_config *cfg = dev->config; in bmp388_trigger_mode_init() local
/Zephyr-latest/drivers/sensor/st/i3g4250d/
Di3g4250d_spi.c94 const struct i3g4250d_device_config *cfg = dev->config; in i3g4250d_spi_init() local
/Zephyr-latest/drivers/i2c/
Di2c_b91.c125 const struct i2c_b91_cfg *cfg = dev->config; in i2c_b91_init() local
Di2c_gecko.c186 static int i2c_gecko_target_register(const struct device *dev, struct i2c_target_config *cfg) in i2c_gecko_target_register()
206 static int i2c_gecko_target_unregister(const struct device *dev, struct i2c_target_config *cfg) in i2c_gecko_target_unregister()
/Zephyr-latest/drivers/serial/
Duart_smartbond.c48 #define BAUDRATE_CFG_DLH(cfg) (((cfg) >> 16) & 0xff) argument
49 #define BAUDRATE_CFG_DLL(cfg) (((cfg) >> 8) & 0xff) argument
50 #define BAUDRATE_CFG_DLF(cfg) ((cfg) & 0xff) argument
55 uint32_t cfg; member
234 const struct uart_config *cfg) in uart_smartbond_configure()
321 struct uart_config *cfg) in uart_smartbond_config_get()
/Zephyr-latest/drivers/sensor/bosch/bmc150_magn/
Dbmc150_magn_trigger.c21 const struct bmc150_magn_config *const cfg = in setup_drdy() local
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/src/
Dmain.c34 struct dmic_cfg cfg = { variable
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_core.c52 static int eswifi_reset(struct eswifi_dev *eswifi, const struct eswifi_cfg *cfg) in eswifi_reset()
451 const struct eswifi_cfg *cfg = &eswifi0_cfg; in eswifi_iface_init() local
758 const struct eswifi_cfg *cfg = dev->config; in eswifi_init() local
/Zephyr-latest/drivers/pwm/
Dpwm_mchp_xec.c246 const struct pwm_xec_config * const cfg = dev->config; in xec_compute_and_set_parameters() local
321 const struct pwm_xec_config * const cfg = dev->config; in pwm_xec_set_cycles() local
428 const struct pwm_xec_config * const cfg = dev->config; in pwm_xec_init() local
/Zephyr-latest/drivers/audio/
Dwm8904.c69 static int wm8904_audio_fmt_config(const struct device *dev, audio_dai_cfg_t *cfg, uint32_t mclk) in wm8904_audio_fmt_config()
310 static void wm8904_set_master_clock(const struct device *dev, audio_dai_cfg_t *cfg, uint32_t sysclk) in wm8904_set_master_clock()
414 static int wm8904_configure(const struct device *dev, struct audio_codec_cfg *cfg) in wm8904_configure()
/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362_trigger.c148 const struct adxl362_config *cfg = dev->config; in adxl362_init_interrupt() local
/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_gyro_trigger.c103 const struct bmi08x_gyro_config *cfg = dev->config; in bmi08x_gyr_trigger_mode_init() local
/Zephyr-latest/drivers/clock_control/
Dclock_control_arm_scmi.c25 struct scmi_clock_config cfg; in scmi_clock_on_off() local
/Zephyr-latest/tests/drivers/smbus/smbus_api/src/
Dtest_smbus.c29 uint32_t cfg = SMBUS_MODE_CONTROLLER; in ZTEST_USER() local
/Zephyr-latest/modules/lvgl/input/
Dlvgl_pointer_input.c33 const struct lvgl_pointer_input_config *cfg = dev->config; in lvgl_pointer_process_event() local
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372.c589 const struct adxl372_dev_config *cfg = dev->config; in adxl372_attr_set_thresh() local
648 const struct adxl372_dev_config *cfg = dev->config; in adxl372_sample_fetch() local
711 const struct adxl372_dev_config *cfg = dev->config; in adxl372_probe() local
834 const struct adxl372_dev_config *cfg = dev->config; in adxl372_init() local
/Zephyr-latest/drivers/spi/
Dspi_silabs_eusart.c335 struct dma_config cfg = { in spi_silabs_dma_config() local
352 static uint32_t spi_eusart_fill_desc(const struct spi_silabs_eusart_config *cfg, in spi_eusart_fill_desc()
388 struct dma_block_config *spi_eusart_fill_data_desc(const struct spi_silabs_eusart_config *cfg, in spi_eusart_fill_data_desc()
456 const struct spi_silabs_eusart_config *cfg = spi_dev->config; in spi_eusart_prepare_dma_channel() local
/Zephyr-latest/drivers/interrupt_controller/
Dintc_mchp_ecia_xec.c332 const struct xec_girq_config *const cfg = DEV_GIRQ_CFG(dev_girq); in mchp_xec_ecia_set_callback_by_dev() local
393 const struct xec_girq_config *const cfg = DEV_GIRQ_CFG(dev_girq); in mchp_ecia_unset_callback_by_dev() local
469 const struct xec_girq_config *const cfg = DEV_GIRQ_CFG(dev_girq); in xec_girq_isr() local
512 const struct xec_ecia_config *cfg = in xec_ecia_init() local

1...<<21222324252627282930>>...39