Searched refs:PORT_PINCFG_PULLEN_Pos (Results 1 – 2 of 2) sorted by relevance
369 #define PORT_PINCFG_PULLEN_Pos 2 /**< \brief (PORT_PINCFG) Pull Enable */ macro370 #define PORT_PINCFG_PULLEN (_U(0x1) << PORT_PINCFG_PULLEN_Pos)
1133 tmp = (tmp & PORT_PINCFG_PULLEN) >> PORT_PINCFG_PULLEN_Pos; in hri_portgroup_get_PINCFG_PULLEN_bit()1143 tmp |= value << PORT_PINCFG_PULLEN_Pos; in hri_portgroup_write_PINCFG_PULLEN_bit()2389 tmp = (tmp & PORT_PINCFG_PULLEN) >> PORT_PINCFG_PULLEN_Pos; in hri_port_get_PINCFG_PULLEN_bit()2400 tmp |= value << PORT_PINCFG_PULLEN_Pos; in hri_port_write_PINCFG_PULLEN_bit()