Home
last modified time | relevance | path

Searched defs:OP (Results 1 – 10 of 10) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_flash.h142 #define FLASH_WP_PAGE_SET(OP, PAGE) (OP.WriteProtect[PAGE / 64] |= 1 << ((PAGE % 64) / 2)) argument
143 #define FLASH_WP_PAGE_CLEAR(OP, PAGE) (OP.WriteProtect[PAGE / 64] &= ~(1 << ((PAGE % 64) / 2))) argument
144 #define FLASH_IS_WP_PAGE(OP, PAGE) (OP.WriteProtect[PAGE / 64] & (1 << ((PAGE % 64) / 2))) argument
146 #define FLASH_WP_PAGE_SET(OP, PAGE) (OP.WriteProtect[PAGE / 32] |= 1 << (PAGE % 32)) argument
147 #define FLASH_WP_PAGE_CLEAR(OP, PAGE) (OP.WriteProtect[PAGE / 32] &= ~(1 << (PAGE % 32))) argument
148 #define FLASH_IS_WP_PAGE(OP, PAGE) (OP.WriteProtect[PAGE / 32] & (1 << (PAGE % 32))) argument
150 #define FLASH_WP_ALLPAGE_SET(OP) {u32 i; for (i = 0; i < 4; i++) { OP.WriteProtect[i] = 0xFF… argument
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_flash.h135 #define FLASH_WP_PAGE_SET(OP, PAGE) (OP.WriteProtect[PAGE / 64] |= 1 << ((PAGE % 64) / 2)) argument
136 #define FLASH_WP_PAGE_CLEAR(OP, PAGE) (OP.WriteProtect[PAGE / 64] &= ~(1 << ((PAGE % 64) / 2))) argument
137 #define FLASH_IS_WP_PAGE(OP, PAGE) (OP.WriteProtect[PAGE / 64] & (1 << ((PAGE % 64) / 2))) argument
139 #define FLASH_WP_PAGE_SET(OP, PAGE) (OP.WriteProtect[PAGE / 32] |= 1 << (PAGE % 32)) argument
140 #define FLASH_WP_PAGE_CLEAR(OP, PAGE) (OP.WriteProtect[PAGE / 32] &= ~(1 << (PAGE % 32))) argument
141 #define FLASH_IS_WP_PAGE(OP, PAGE) (OP.WriteProtect[PAGE / 32] & (1 << (PAGE % 32))) argument
143 #define FLASH_WP_ALLPAGE_SET(OP) {u32 i; for (i = 0; i < 4; i++) { OP.WriteProtect[i] = 0xFF… argument
/bsp/cvitek/c906_little/board/
A Dcache.h48 #define CACHE_OP_RANGE(OP, start, size) \ argument
/bsp/microchip/same54/bsp/include/component/
A Dgmac.h763 uint32_t OP:2; /*!< bit: 28..29 Operation */ member
/bsp/microchip/same70/bsp/same70b/include/component/
A Dgmac.h1109 … uint32_t OP:2; /**< bit: 28..29 Operation */ member
/bsp/renesas/rzt2m_rsk/rzt/fsp/src/bsp/cmsis/Device/RENESAS/Include/
A DR9A07G075.h9273 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9295 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9317 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9339 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9609 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9631 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9653 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9675 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
/bsp/renesas/rzn2l_rsk/rzn/fsp/src/bsp/cmsis/Device/RENESAS/Include/
A DR9A07G084.h9282 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9304 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9326 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9348 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9618 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9640 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9662 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9684 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
/bsp/renesas/rzn2l_etherkit/rzn/fsp/src/bsp/cmsis/Device/RENESAS/Include/
A DR9A07G084.h9282 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9304 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9326 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9348 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9618 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9640 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9662 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
9684 …__IOM uint32_t OP : 1; /*!< [16..16] Operation … member
/bsp/hc32l136/Libraries/CMSIS/Device/HDSC/HC32L136/Include/
A Dhc32l136.h685 __IO uint32_t OP : 2; member
/bsp/hc32l196/Libraries/CMSIS/Device/HDSC/HC32L196/Include/
A Dhc32l19x.h1425 __IO uint32_t OP : 2; member

Completed in 2163 milliseconds