struct_nand_buffers(9) centos man page | unix.com

Man Page: struct_nand_buffers

Operating Environment: centos

Section: 9

STRUCT
NAND_BUFFERS(9) Structures STRUCT NAND_BUFFERS(9)
NAME
struct_nand_buffers - buffer structure for read/write
SYNOPSIS
struct nand_buffers { uint8_t ecccalc[NAND_MAX_OOBSIZE]; uint8_t ecccode[NAND_MAX_OOBSIZE]; uint8_t databuf[NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE]; };
MEMBERS
ecccalc[NAND_MAX_OOBSIZE] buffer for calculated ECC ecccode[NAND_MAX_OOBSIZE] buffer for ECC read from flash databuf[NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE] buffer for data - dynamically sized
DESCRIPTION
Do not change the order of buffers. databuf and oobrbuf must be in consecutive order.
AUTHOR
Thomas Gleixner <tglx@linutronix.de> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRUCT NAND_BUFFERS(9)
Related Man Pages
struct_bss_parameters(9) - centos
struct_cfg80211_assoc_request(9) - centos
struct_ieee80211_tx_rate(9) - centos
struct_irq_chip_generic(9) - centos
struct_regulator_config(9) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
How to increment version inside a file?
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq