Searched refs:PORT_DIR_DIR_Pos (Results 1 – 2 of 2) sorted by relevance
54 #define PORT_DIR_DIR_Pos 0 /**< \brief (PORT_DIR) Port Data Direction */ macro55 #define PORT_DIR_DIR_Msk (_U(0xFFFFFFFF) << PORT_DIR_DIR_Pos)56 #define PORT_DIR_DIR(value) (PORT_DIR_DIR_Msk & ((value) << PORT_DIR_DIR_Pos))
88 tmp = (tmp & PORT_DIR_DIR(mask)) >> PORT_DIR_DIR_Pos; in hri_portgroup_get_DIR_DIR_bf()96 tmp = (tmp & PORT_DIR_DIR_Msk) >> PORT_DIR_DIR_Pos; in hri_portgroup_read_DIR_DIR_bf()1277 tmp = (tmp & PORT_DIR_DIR(mask)) >> PORT_DIR_DIR_Pos; in hri_port_get_DIR_DIR_bf()1285 tmp = (tmp & PORT_DIR_DIR_Msk) >> PORT_DIR_DIR_Pos; in hri_port_read_DIR_DIR_bf()