| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f5xxxx_flash.h | 142 #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 D | ht32f1xxxx_flash.h | 135 #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/hc32l196/Libraries/HC32L196_StdPeriph_Driver/src/ |
| A D | hc32l196_flash.c | 310 while(Program != M0P_FLASH->CR_f.OP) in Flash_WriteByte() 315 M0P_FLASH->CR_f.OP = Program; in Flash_WriteByte() 381 while(Program != M0P_FLASH->CR_f.OP) in Flash_WriteHalfWord() 386 M0P_FLASH->CR_f.OP = Program; in Flash_WriteHalfWord() 455 while(Program != M0P_FLASH->CR_f.OP) in Flash_WriteWord() 460 M0P_FLASH->CR_f.OP = Program; in Flash_WriteWord() 525 while(SectorErase != M0P_FLASH->CR_f.OP) in Flash_SectorErase() 530 M0P_FLASH->CR_f.OP = SectorErase; in Flash_SectorErase() 585 while(ChipErase != M0P_FLASH->CR_f.OP) in Flash_ChipErase() 590 M0P_FLASH->CR_f.OP = ChipErase; in Flash_ChipErase()
|
| /bsp/cvitek/c906_little/board/ |
| A D | cache.h | 48 #define CACHE_OP_RANGE(OP, start, size) \ argument 51 __asm__ __volatile__(OP); \
|
| /bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/src/ |
| A D | flash.c | 393 M0P_FLASH->CR_f.OP = Program; in Flash_WriteByte() 445 M0P_FLASH->CR_f.OP = Program; in Flash_WriteHalfWord() 497 M0P_FLASH->CR_f.OP = Program; in Flash_WriteWord() 549 M0P_FLASH->CR_f.OP = SectorErase; in Flash_SectorErase() 594 M0P_FLASH->CR_f.OP = ChipErase; in Flash_ChipErase()
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/ |
| A D | Release_Notes.txt | 396 "#define FLASH_WP_PAGE_SET(OP, PAGE)" 397 "#define FLASH_WP_PAGE_CLEAR(OP, PAGE)" 398 "#define FLASH_IS_WP_PAGE(OP, PAGE)"
|
| /bsp/microchip/same54/bsp/include/component/ |
| A D | gmac.h | 763 uint32_t OP:2; /*!< bit: 28..29 Operation */ member
|
| /bsp/renesas/rzt2m_rsk/rzt/fsp/src/bsp/cmsis/Device/RENESAS/Include/ |
| A D | R9A07G075.h | 9273 …__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/microchip/same70/bsp/same70b/include/component/ |
| A D | gmac.h | 1109 … uint32_t OP:2; /**< bit: 28..29 Operation */ member
|
| /bsp/renesas/rzn2l_rsk/rzn/fsp/src/bsp/cmsis/Device/RENESAS/Include/ |
| A D | R9A07G084.h | 9282 …__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 D | R9A07G084.h | 9282 …__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 D | hc32l136.h | 685 __IO uint32_t OP : 2; member
|
| /bsp/hc32l196/Libraries/CMSIS/Device/HDSC/HC32L196/Include/ |
| A D | hc32l19x.h | 1425 __IO uint32_t OP : 2; member
|