diff --git a/drivers/gdisp/HX8347D/board_HX8347D_stm32f4discovery.h b/drivers/gdisp/HX8347D/board_HX8347D_stm32f4discovery.h index 708e1a06..df287477 100644 --- a/drivers/gdisp/HX8347D/board_HX8347D_stm32f4discovery.h +++ b/drivers/gdisp/HX8347D/board_HX8347D_stm32f4discovery.h @@ -14,7 +14,7 @@ #define _GDISP_LLD_BOARD_H // For a multiple display configuration we would put all this in a structure and then -// set g->priv to that structure. +// set g->board to that structure. /* Pin assignments */ #define SET_RST palSetPad(GPIOB, 8) diff --git a/drivers/gdisp/HX8347D/board_HX8347D_template.h b/drivers/gdisp/HX8347D/board_HX8347D_template.h index 58fd9338..57ec75f6 100644 --- a/drivers/gdisp/HX8347D/board_HX8347D_template.h +++ b/drivers/gdisp/HX8347D/board_HX8347D_template.h @@ -21,7 +21,7 @@ * * @param[in] g The GDisplay structure * - * @note Set the g->priv member to whatever is appropriate. For multiple + * @note Set the g->board member to whatever is appropriate. For multiple * displays this might be a pointer to the appropriate register set. * * @notapi diff --git a/drivers/gdisp/ILI9320/board_ILI9320_olimex_stm32_lcd.h b/drivers/gdisp/ILI9320/board_ILI9320_olimex_stm32_lcd.h index 8e79009a..bca5caf8 100644 --- a/drivers/gdisp/ILI9320/board_ILI9320_olimex_stm32_lcd.h +++ b/drivers/gdisp/ILI9320/board_ILI9320_olimex_stm32_lcd.h @@ -14,7 +14,7 @@ #define GDISP_LLD_BOARD_H // For a multiple display configuration we would put all this in a structure and then -// set g->priv to that structure. +// set g->board to that structure. #define GDISP_REG (*((volatile uint16_t *) 0x60000000)) /* RS = 0 */ #define GDISP_RAM (*((volatile uint16_t *) 0x60100000)) /* RS = 1 */ diff --git a/drivers/gdisp/ILI9320/board_ILI9320_template.h b/drivers/gdisp/ILI9320/board_ILI9320_template.h index 4725e1eb..6f5ad16d 100644 --- a/drivers/gdisp/ILI9320/board_ILI9320_template.h +++ b/drivers/gdisp/ILI9320/board_ILI9320_template.h @@ -21,7 +21,7 @@ * * @param[in] g The GDisplay structure * - * @note Set the g->priv member to whatever is appropriate. For multiple + * @note Set the g->board member to whatever is appropriate. For multiple * displays this might be a pointer to the appropriate register set. * * @notapi diff --git a/drivers/gdisp/ILI9325/board_ILI9325_hy_stm32_100p.h b/drivers/gdisp/ILI9325/board_ILI9325_hy_stm32_100p.h index 02949605..60508c1a 100644 --- a/drivers/gdisp/ILI9325/board_ILI9325_hy_stm32_100p.h +++ b/drivers/gdisp/ILI9325/board_ILI9325_hy_stm32_100p.h @@ -27,7 +27,7 @@ #define GDISP_LLD_BOARD_H // For a multiple display configuration we would put all this in a structure and then -// set g->priv to that structure. +// set g->board to that structure. #define GDISP_REG (*((volatile uint16_t *) 0x60000000)) /* RS = 0 */ #define GDISP_RAM (*((volatile uint16_t *) 0x60020000)) /* RS = 1 */ diff --git a/drivers/gdisp/ILI9325/board_ILI9325_template.h b/drivers/gdisp/ILI9325/board_ILI9325_template.h index 65ab5704..07c2fdee 100644 --- a/drivers/gdisp/ILI9325/board_ILI9325_template.h +++ b/drivers/gdisp/ILI9325/board_ILI9325_template.h @@ -21,7 +21,7 @@ * * @param[in] g The GDisplay structure * - * @note Set the g->priv member to whatever is appropriate. For multiple + * @note Set the g->board member to whatever is appropriate. For multiple * displays this might be a pointer to the appropriate register set. * * @notapi diff --git a/drivers/gdisp/ILI9481/board_ILI9481_firebullstm32f103.h b/drivers/gdisp/ILI9481/board_ILI9481_firebullstm32f103.h index 52d8afda..17bc554d 100644 --- a/drivers/gdisp/ILI9481/board_ILI9481_firebullstm32f103.h +++ b/drivers/gdisp/ILI9481/board_ILI9481_firebullstm32f103.h @@ -15,7 +15,7 @@ #define _GDISP_LLD_BOARD_H // For a multiple display configuration we would put all this in a structure and then -// set g->priv to that structure. +// set g->board to that structure. #define SET_CS palSetPad(GPIOD, 12); #define CLR_CS palClearPad(GPIOD, 12); #define SET_RS palSetPad(GPIOD, 13); diff --git a/drivers/gdisp/ILI9481/board_ILI9481_template.h b/drivers/gdisp/ILI9481/board_ILI9481_template.h index 8dcee19c..7824c936 100644 --- a/drivers/gdisp/ILI9481/board_ILI9481_template.h +++ b/drivers/gdisp/ILI9481/board_ILI9481_template.h @@ -22,7 +22,7 @@ * * @param[in] g The GDisplay structure * - * @note Set the g->priv member to whatever is appropriate. For multiple + * @note Set the g->board member to whatever is appropriate. For multiple * displays this might be a pointer to the appropriate register set. * * @notapi diff --git a/drivers/gdisp/Nokia6610GE12/board_Nokia6610GE12_olimexsam7ex256.h b/drivers/gdisp/Nokia6610GE12/board_Nokia6610GE12_olimexsam7ex256.h index 05a48e47..5b9ff6f6 100644 --- a/drivers/gdisp/Nokia6610GE12/board_Nokia6610GE12_olimexsam7ex256.h +++ b/drivers/gdisp/Nokia6610GE12/board_Nokia6610GE12_olimexsam7ex256.h @@ -26,7 +26,7 @@ //#define GDISP_INITIAL_BACKLIGHT 100 // The initial backlight percentage // For a multiple display configuration we would put all this in a structure and then -// set g->priv to that structure. +// set g->board to that structure. // ****************************************************** // Pointers to AT91SAM7X256 peripheral data structures diff --git a/drivers/gdisp/Nokia6610GE12/board_Nokia6610GE12_template.h b/drivers/gdisp/Nokia6610GE12/board_Nokia6610GE12_template.h index b4d39918..160c9278 100644 --- a/drivers/gdisp/Nokia6610GE12/board_Nokia6610GE12_template.h +++ b/drivers/gdisp/Nokia6610GE12/board_Nokia6610GE12_template.h @@ -33,7 +33,7 @@ * * @param[in] g The GDisplay structure * - * @note Set the g->priv member to whatever is appropriate. For multiple + * @note Set the g->board member to whatever is appropriate. For multiple * displays this might be a pointer to the appropriate register set. * * @notapi diff --git a/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_olimexsam7ex256.h b/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_olimexsam7ex256.h index 6cbcc5ab..12dbc9a5 100644 --- a/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_olimexsam7ex256.h +++ b/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_olimexsam7ex256.h @@ -28,7 +28,7 @@ //#define GDISP_INITIAL_BACKLIGHT 100 // The initial backlight percentage // For a multiple display configuration we would put all this in a structure and then -// set g->priv to that structure. +// set g->board to that structure. // ****************************************************** // Pointers to AT91SAM7X256 peripheral data structures diff --git a/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_template.h b/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_template.h index 93689abc..28fc9f70 100644 --- a/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_template.h +++ b/drivers/gdisp/Nokia6610GE8/board_Nokia6610GE8_template.h @@ -33,7 +33,7 @@ * * @param[in] g The GDisplay structure * - * @note Set the g->priv member to whatever is appropriate. For multiple + * @note Set the g->board member to whatever is appropriate. For multiple * displays this might be a pointer to the appropriate register set. * * @notapi diff --git a/drivers/gdisp/RA8875/board_RA8875_marlin.h b/drivers/gdisp/RA8875/board_RA8875_marlin.h index da90d8f3..e6c19d34 100644 --- a/drivers/gdisp/RA8875/board_RA8875_marlin.h +++ b/drivers/gdisp/RA8875/board_RA8875_marlin.h @@ -14,7 +14,7 @@ #define _GDISP_LLD_BOARD_H // For a multiple display configuration we would put all this in a structure and then -// set g->priv to that structure. +// set g->board to that structure. #define GDISP_RAM (*((volatile uint16_t *) 0x68000000)) /* RS = 0 */ #define GDISP_REG (*((volatile uint16_t *) 0x68020000)) /* RS = 1 */ #define FSMC_BANK 4 diff --git a/drivers/gdisp/RA8875/board_RA8875_template.h b/drivers/gdisp/RA8875/board_RA8875_template.h index 32d12de5..fce05129 100644 --- a/drivers/gdisp/RA8875/board_RA8875_template.h +++ b/drivers/gdisp/RA8875/board_RA8875_template.h @@ -21,7 +21,7 @@ * * @param[in] g The GDisplay structure * - * @note Set the g->priv member to whatever is appropriate. For multiple + * @note Set the g->board member to whatever is appropriate. For multiple * displays this might be a pointer to the appropriate register set. * * @notapi diff --git a/drivers/gdisp/S6D1121/board_S6D1121_olimex_e407.h b/drivers/gdisp/S6D1121/board_S6D1121_olimex_e407.h index 4f8d2f58..e0bb8e26 100644 --- a/drivers/gdisp/S6D1121/board_S6D1121_olimex_e407.h +++ b/drivers/gdisp/S6D1121/board_S6D1121_olimex_e407.h @@ -14,7 +14,7 @@ #define _GDISP_LLD_BOARD_H // For a multiple display configuration we would put all this in a structure and then -// set g->priv to that structure. +// set g->board to that structure. #define GDISP_REG (*((volatile uint16_t *) 0x60000000)) /* RS = 0 */ #define GDISP_RAM (*((volatile uint16_t *) 0x60020000)) /* RS = 1 */ diff --git a/drivers/gdisp/S6D1121/board_S6D1121_template.h b/drivers/gdisp/S6D1121/board_S6D1121_template.h index 41c8b199..04742f56 100644 --- a/drivers/gdisp/S6D1121/board_S6D1121_template.h +++ b/drivers/gdisp/S6D1121/board_S6D1121_template.h @@ -21,7 +21,7 @@ * * @param[in] g The GDisplay structure * - * @note Set the g->priv member to whatever is appropriate. For multiple + * @note Set the g->board member to whatever is appropriate. For multiple * displays this might be a pointer to the appropriate register set. * * @notapi diff --git a/drivers/gdisp/SSD1289/board_SSD1289_firebullstm32f103.h b/drivers/gdisp/SSD1289/board_SSD1289_firebullstm32f103.h index 3277a902..2a7ffe1e 100644 --- a/drivers/gdisp/SSD1289/board_SSD1289_firebullstm32f103.h +++ b/drivers/gdisp/SSD1289/board_SSD1289_firebullstm32f103.h @@ -14,7 +14,7 @@ #define _GDISP_LLD_BOARD_H // For a multiple display configuration we would put all this in a structure and then -// set g->priv to that structure. +// set g->board to that structure. #define SET_CS palSetPad(GPIOD, 12); #define CLR_CS palClearPad(GPIOD, 12); #define SET_RS palSetPad(GPIOD, 13); diff --git a/drivers/gdisp/SSD1289/board_SSD1289_stm32f4discovery.h b/drivers/gdisp/SSD1289/board_SSD1289_stm32f4discovery.h index 81ce0512..866311dc 100644 --- a/drivers/gdisp/SSD1289/board_SSD1289_stm32f4discovery.h +++ b/drivers/gdisp/SSD1289/board_SSD1289_stm32f4discovery.h @@ -14,7 +14,7 @@ #define _GDISP_LLD_BOARD_H // For a multiple display configuration we would put all this in a structure and then -// set g->priv to that structure. +// set g->board to that structure. #define GDISP_REG ((volatile uint16_t *) 0x60000000)[0] /* RS = 0 */ #define GDISP_RAM ((volatile uint16_t *) 0x60020000)[0] /* RS = 1 */ #define GDISP_DMA_STREAM STM32_DMA2_STREAM6 diff --git a/drivers/gdisp/SSD1289/board_SSD1289_template.h b/drivers/gdisp/SSD1289/board_SSD1289_template.h index 8bef95b9..7c9cd757 100644 --- a/drivers/gdisp/SSD1289/board_SSD1289_template.h +++ b/drivers/gdisp/SSD1289/board_SSD1289_template.h @@ -21,7 +21,7 @@ * * @param[in] g The GDisplay structure * - * @note Set the g->priv member to whatever is appropriate. For multiple + * @note Set the g->board member to whatever is appropriate. For multiple * displays this might be a pointer to the appropriate register set. * * @notapi