Searched refs:ADDR_4TH_CYCLE (Results 1 – 4 of 4) sorted by relevance
331 pNAND_ID->Fourth_Id = ADDR_4TH_CYCLE(data); in HAL_NAND_Read_ID()426 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_4TH_CYCLE(nandAddress); in HAL_NAND_Read_Page()506 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_4TH_CYCLE(nandAddress); in HAL_NAND_Write_Page()594 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_4TH_CYCLE(nandAddress); in HAL_NAND_Read_SpareArea()671 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_4TH_CYCLE(nandAddress); in HAL_NAND_Write_SpareArea()748 …*(__IO uint8_t *)((uint32_t)(DeviceAddress | ADDR_AREA)) = ADDR_4TH_CYCLE(ARRAY_ADDRESS(pAddress, … in HAL_NAND_Erase_Block()
274 #define ADDR_4TH_CYCLE(__ADDRESS__) (uint8_t)((__ADDRESS__) >> 24) /* 4th addressing cyc… macro
426 #define __ADDR_4th_CYCLE ADDR_4TH_CYCLE
716 #define __ADDR_4th_CYCLE ADDR_4TH_CYCLE
Completed in 34 milliseconds