Searched refs:PORT_PINCFG_DRVSTR_Pos (Results 1 – 2 of 2) sorted by relevance
371 #define PORT_PINCFG_DRVSTR_Pos 6 /**< \brief (PORT_PINCFG) Output Driver Strength S… macro372 #define PORT_PINCFG_DRVSTR (_U(0x1) << PORT_PINCFG_DRVSTR_Pos)
1173 tmp = (tmp & PORT_PINCFG_DRVSTR) >> PORT_PINCFG_DRVSTR_Pos; in hri_portgroup_get_PINCFG_DRVSTR_bit()1183 tmp |= value << PORT_PINCFG_DRVSTR_Pos; in hri_portgroup_write_PINCFG_DRVSTR_bit()2430 tmp = (tmp & PORT_PINCFG_DRVSTR) >> PORT_PINCFG_DRVSTR_Pos; in hri_port_get_PINCFG_DRVSTR_bit()2441 tmp |= value << PORT_PINCFG_DRVSTR_Pos; in hri_port_write_PINCFG_DRVSTR_bit()