Searched defs:spi_mcux_config (Results 1 – 5 of 5) sorted by relevance
30 struct spi_mcux_config { struct49 const struct spi_mcux_config *config = dev->config; in spi_mcux_transfer_next_packet() argument
39 struct spi_mcux_config { struct40 SPI_Type *base;41 const struct device *clock_dev;42 clock_control_subsys_t clock_subsys;43 void (*irq_config_func)(const struct device *dev);44 uint32_t pcs_sck_delay;45 uint32_t sck_pcs_delay;46 uint32_t transfer_delay;47 uint32_t which_ctar;48 uint32_t samplePoint;[all …]
23 struct spi_mcux_config { struct24 ECSPI_Type *base;25 const struct pinctrl_dev_config *pincfg;26 const struct device *clock_dev;27 clock_control_subsys_t clock_subsys;28 void (*irq_config_func)(const struct device *dev);
31 struct spi_mcux_config { struct32 SPI_Type *base;33 const struct device *clock_dev;34 clock_control_subsys_t clock_subsys;35 void (*irq_config_func)(const struct device *dev);36 uint32_t pre_delay;37 uint32_t post_delay;38 uint32_t frame_delay;39 uint32_t transfer_delay;40 uint32_t def_char;[all …]
63 struct spi_mcux_config { struct65 const struct device *clock_dev;66 clock_control_subsys_t clock_subsys;67 void (*irq_config_func)(const struct device *dev);68 uint32_t pcs_sck_delay;69 uint32_t sck_pcs_delay;70 uint32_t transfer_delay;71 const struct pinctrl_dev_config *pincfg;72 lpspi_pin_config_t data_pin_config;