Home
last modified time | relevance | path

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

/bsp/nuvoton/libraries/nu_packages/SPINAND/
A Dspinand.h24 …rt_err_t (*block_erase)(struct rt_qspi_device *qspi, uint8_t u8Addr2, uint8_t u8Addr1, uint8_t u8A…
32 …rt_err_t (*program_execute)(struct rt_qspi_device *qspi, uint8_t u8Addr2, uint8_t u8Addr1, uint8_…
33 …rt_err_t (*read_dataload)(struct rt_qspi_device *qspi, uint8_t u8Addr2, uint8_t u8Addr1, uint8_t u…
A Dspinand.c404 …nd_program_execute(struct rt_qspi_device *qspi, uint8_t u8Addr2, uint8_t u8Addr1, uint8_t u8Addr0) in spinand_program_execute() argument
411 au8Cmd[2] = u8Addr1; in spinand_program_execute()
503 static rt_err_t spinand_read_dataload(struct rt_qspi_device *qspi, uint8_t u8Addr2, uint8_t u8Addr1 in spinand_read_dataload() argument
511 au8Cmd[2] = u8Addr1; in spinand_read_dataload()
579 static rt_err_t spinand_block_erase(struct rt_qspi_device *qspi, uint8_t u8Addr2, uint8_t u8Addr1, … in spinand_block_erase() argument
587 au8EraseCmd[2] = u8Addr1; in spinand_block_erase()

Completed in 8 milliseconds