Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_nand.h219 …ND_HandleTypeDef *hnand, NAND_AddressTypeDef *pAddress, uint8_t *pBuffer, uint32_t NumPageToWrite);
224 …D_HandleTypeDef *hnand, NAND_AddressTypeDef *pAddress, uint16_t *pBuffer, uint32_t NumPageToWrite);
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_nand.h230 …ND_HandleTypeDef *hnand, NAND_AddressTypeDef *pAddress, uint8_t *pBuffer, uint32_t NumPageToWrite);
235 …D_HandleTypeDef *hnand, NAND_AddressTypeDef *pAddress, uint16_t *pBuffer, uint32_t NumPageToWrite);
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_nand.c798 …AND_HandleTypeDef *hnand, NAND_AddressTypeDef *pAddress, uint8_t *pBuffer, uint32_t NumPageToWrite) in HAL_NAND_Write_Page_8b() argument
830 …while((NumPageToWrite != 0U) && (nandaddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNb… in HAL_NAND_Write_Page_8b()
903 NumPageToWrite--; in HAL_NAND_Write_Page_8b()
927 …ND_HandleTypeDef *hnand, NAND_AddressTypeDef *pAddress, uint16_t *pBuffer, uint32_t NumPageToWrite) in HAL_NAND_Write_Page_16b() argument
959 …while((NumPageToWrite != 0U) && (nandaddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNb… in HAL_NAND_Write_Page_16b()
1030 NumPageToWrite--; in HAL_NAND_Write_Page_16b()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_nand.c824 …AND_HandleTypeDef *hnand, NAND_AddressTypeDef *pAddress, uint8_t *pBuffer, uint32_t NumPageToWrite) in HAL_NAND_Write_Page_8b() argument
828 uint32_t deviceAddress, numPagesWritten = 0, nandAddress, nbpages = NumPageToWrite; in HAL_NAND_Write_Page_8b()
973 …ND_HandleTypeDef *hnand, NAND_AddressTypeDef *pAddress, uint16_t *pBuffer, uint32_t NumPageToWrite) in HAL_NAND_Write_Page_16b() argument
977 uint32_t deviceAddress, numPagesWritten = 0, nandAddress, nbpages = NumPageToWrite; in HAL_NAND_Write_Page_16b()