Searched refs:pfs_cfg (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/gpio/ |
D | gpio_renesas_ra_ioport.c | 67 uint32_t pfs_cfg; in gpio_ra_pin_configure() local 107 pfs_cfg = 0; in gpio_ra_pin_configure() 112 WRITE_BIT(pfs_cfg, R_PFS_PORT_PIN_PmnPFS_PODR_Pos, 1); in gpio_ra_pin_configure() 115 WRITE_BIT(pfs_cfg, R_PFS_PORT_PIN_PmnPFS_PDR_Pos, 1); in gpio_ra_pin_configure() 119 WRITE_BIT(pfs_cfg, R_PFS_PORT_PIN_PmnPFS_NCODR_Pos, 1); in gpio_ra_pin_configure() 123 WRITE_BIT(pfs_cfg, R_PFS_PORT_PIN_PmnPFS_PCR_Pos, 1); in gpio_ra_pin_configure() 153 WRITE_BIT(pfs_cfg, R_PFS_PORT_PIN_PmnPFS_ISEL_Pos, 1); in gpio_ra_pin_configure() 168 WRITE_BIT(pfs_cfg, R_PFS_PORT_PIN_PmnPFS_ISEL_Pos, 0); in gpio_ra_pin_configure() 173 pfs_cfg | (((flags & RENESAS_GPIO_DS_MSK) >> 8) << R_PFS_PORT_PIN_PmnPFS_DSCR_Pos); in gpio_ra_pin_configure()
|