Searched refs:ADDR_1ST_CYCLE (Results 1 – 4 of 4) sorted by relevance
328 pNAND_ID->Maker_Id = ADDR_1ST_CYCLE(data); in HAL_NAND_Read_ID()420 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_1ST_CYCLE(nandAddress); in HAL_NAND_Read_Page()499 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_1ST_CYCLE(nandAddress); in HAL_NAND_Write_Page()588 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_1ST_CYCLE(nandAddress); in HAL_NAND_Read_SpareArea()665 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = ADDR_1ST_CYCLE(nandAddress); in HAL_NAND_Write_SpareArea()741 …*(__IO uint8_t *)((uint32_t)(DeviceAddress | ADDR_AREA)) = ADDR_1ST_CYCLE(ARRAY_ADDRESS(pAddress, … in HAL_NAND_Erase_Block()
271 #define ADDR_1ST_CYCLE(__ADDRESS__) (uint8_t)(__ADDRESS__) /* 1st addressing cyc… macro
423 #define __ADDR_1st_CYCLE ADDR_1ST_CYCLE
713 #define __ADDR_1st_CYCLE ADDR_1ST_CYCLE
Completed in 31 milliseconds