Home
last modified time | relevance | path

Searched refs:drive_strength (Results 1 – 25 of 37) sorted by relevance

12

/Zephyr-latest/soc/quicklogic/eos_s3/
Dpinctrl_soc.h25 uint8_t drive_strength; member
40 .drive_strength = DT_PROP_OR(node_id, drive_strength, 4), \
/Zephyr-latest/include/zephyr/drivers/pinctrl/
Dpinctrl_rcar_common.h42 uint8_t drive_strength; member
75 .drive_strength = \
76 COND_CODE_1(DT_NODE_HAS_PROP(node_id, drive_strength), \
77 (DT_PROP(node_id, drive_strength)), (0)), \
Dpinctrl_nxp_port_common.h52 (PORT_PCR_DSE(DT_ENUM_IDX(node_id, drive_strength)) | \
Dpinctrl_soc_sam_common.h55 | (DT_ENUM_IDX(node_id, drive_strength) << SAM_PINCTRL_DRIVESTRENGTH_POS)\
/Zephyr-latest/soc/renesas/rzt2m/
Dpinctrl_soc.h26 uint8_t drive_strength; member
44 .drive_strength = DT_ENUM_IDX(node_id, drive_strength), \
/Zephyr-latest/soc/raspberrypi/rpi_pico/common/
Dpinctrl_soc.h21 uint32_t drive_strength : 4; member
49 DT_ENUM_IDX(node_id, drive_strength), \
/Zephyr-latest/soc/ambiq/apollo3x/
Dpinctrl_soc.h23 uint32_t drive_strength: 2; member
58 DT_ENUM_IDX(node_id, drive_strength), \
/Zephyr-latest/soc/ambiq/apollo4x/
Dpinctrl_soc.h23 uint32_t drive_strength : 2; member
58 DT_ENUM_IDX(node_id, drive_strength), \
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/
Dpinctrl_soc.h61 ((!DT_ENUM_IDX_OR(node_id, drive_strength, 0)) << MCUX_IMX_PDRV_SHIFT) | \
69 (DT_ENUM_IDX_OR(node_id, drive_strength, 0) << MCUX_IMX_DSE_SHIFT) | \
78 (DT_ENUM_IDX_OR(node_id, drive_strength, 0) << MCUX_IMX_DSE_SHIFT) | \
87 (DT_ENUM_IDX_OR(node_id, drive_strength, 0) << MCUX_IMX_DSE_SHIFT) | \
/Zephyr-latest/soc/microchip/mec/common/
Dpinctrl_soc.h48 (DT_ENUM_IDX_OR(node_id, drive_strength, 0x7) << MCHP_XEC_DRV_STR_POS))
63 (DT_ENUM_IDX(node_id, drive_strength) << MCHP_XEC_DRV_STR_POS))
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ambiq.c24 pin_config.eDriveStrength = pin->drive_strength; in pinctrl_configure_pin()
44 pin_config.GP.cfg_b.eDriveStrength = pin->drive_strength; in pinctrl_configure_pin()
Dpinctrl_eos_s3.c80 switch (pin->drive_strength) { in pinctrl_eos_s3_configure_pin()
98 LOG_ERR("Selected drive-strength is not supported: %d\n", pin->drive_strength); in pinctrl_eos_s3_configure_pin()
Dpinctrl_rpi_pico.c17 gpio_set_drive_strength(pin->pin_num, pin->drive_strength); in pinctrl_configure_pin()
/Zephyr-latest/soc/renesas/rz/common/
Dpinctrl_rzg.h72 .iolh_reg = DT_PROP(node_id, drive_strength), \
91 .iolh_reg = DT_PROP(node_id, drive_strength), \
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/
Dpinctrl_soc.h59 ((!DT_ENUM_IDX_OR(node_id, drive_strength, 0)) << MCUX_IMX_PDRV_SHIFT) | \
67 (DT_ENUM_IDX_OR(node_id, drive_strength, 0) << MCUX_IMX_DSE_SHIFT) | \
/Zephyr-latest/soc/ti/simplelink/cc32xx/
Dpinctrl_soc.h49 ((DT_ENUM_IDX(node_id, drive_strength) & TI_CC32XX_DRIVE_STRENGTH_MSK) \
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/
Dpinctrl_soc.h30 IOPCTL_PIO_FULLDRIVE(DT_ENUM_IDX(node_id, drive_strength)) | /* drive strength */ \
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/
Dpinctrl_soc.h30 IOPCTL_PIO_FULLDRIVE(DT_ENUM_IDX(node_id, drive_strength)) | /* drive strength */ \
/Zephyr-latest/soc/adi/max32/common/
Dpinctrl_soc.h33 (DT_PROP_OR(node, drive_strength, 0) << MAX32_DRV_STRENGTH_SHIFT))
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/
Dpinctrl_soc.h26 DT_ENUM_IDX(DT_PHANDLE_BY_IDX(node, pr, idx), drive_strength) << XMC4XXX_DRIVE_POS | \
/Zephyr-latest/soc/ti/simplelink/cc13x2_cc26x2/
Dpinctrl_soc.h27 (DT_PROP(node_id, drive_strength) >> 2) << IOC_IOCFG0_IOCURR_S | \
/Zephyr-latest/soc/renesas/ra/common_fsp/
Dpinctrl_soc.h47 (DT_ENUM_IDX(node_id, drive_strength) << 10) | \
/Zephyr-latest/soc/nxp/imx/imx8ulp/
Dpinctrl_soc.h36 ((DT_ENUM_IDX_OR(node_id, drive_strength, 0) << IOMUXC_PCR_DSE_SHIFT) | \
/Zephyr-latest/soc/nxp/imx/imx8m/m7/
Dpinctrl_soc.h33 (DT_ENUM_IDX(node_id, drive_strength) << MCUX_IMX_DRIVE_STRENGTH_SHIFT) | \
/Zephyr-latest/soc/nxp/imx/imx9/imx93/
Dpinctrl_soc.h33 ((~(0xff << DT_ENUM_IDX(node_id, drive_strength))) << MCUX_IMX_DRIVE_STRENGTH_SHIFT) | \

12