Home
last modified time | relevance | path

Searched refs:p_currentaddress (Results 1 – 1 of 1) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_nor.c840 uint16_t *p_currentaddress; in HAL_NOR_ProgramBuffer() local
878 p_currentaddress = (uint16_t *)(deviceaddress + uwAddress); in HAL_NOR_ProgramBuffer()
906 while (p_currentaddress <= p_endaddress) in HAL_NOR_ProgramBuffer()
908 NOR_WRITE(p_currentaddress, *data); in HAL_NOR_ProgramBuffer()
911 p_currentaddress ++; in HAL_NOR_ProgramBuffer()

Completed in 7 milliseconds