TUKS MCU Introductory course / TUKS-COURSE-2-LED
Embed: (wiki syntax)

« Back to documentation index

NAND Private Functions

NAND Private Functions
[NAND]

Functions

static uint32_t NAND_AddressIncrement (NAND_HandleTypeDef *hnand, NAND_AddressTypeDef *Address)
 Increment the NAND memory address.

Function Documentation

static uint32_t NAND_AddressIncrement ( NAND_HandleTypeDef *  hnand,
NAND_AddressTypeDef *  Address 
) [static]

Increment the NAND memory address.

Parameters:
hnand,:pointer to a NAND_HandleTypeDef structure that contains the configuration information for NAND module.
Address,:address to be incremented.
Return values:
Thenew status of the increment address operation. It can be:

  • NAND_VALID_ADDRESS: When the new address is valid address
  • NAND_INVALID_ADDRESS: When the new address is invalid address

Definition at line 1088 of file stm32l4xx_hal_nand.c.