gpt4 book ai didi

c - uint8_t * const LCDMem = (uint8_t *) &LCDM3;意义

转载 作者:太空宇宙 更新时间:2023-11-04 06:04:22 37 4
gpt4 key购买 nike

uint8_t * const LCDMem = (uint8_t *) &LCDM3;

此代码在 msp430fg4618 培训套件中用于 lcd 配置。谁能解释一下上述代码的含义?

它允许使用 array LCDMem[]?我不知道怎么办。

最佳答案

LCDMem 不是数组,它是一个指针。此代码分配给 LCDMem 新地址 - LCDM3,因此在执行后 LCDMem 将指向 LCDM3。不能说给LCDM3分配了多少字节,可能是数组,也可能只是一个。

关于c - uint8_t * const LCDMem = (uint8_t *) &LCDM3;意义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13207342/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com