Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of RA8875 by
Diff: RA8875.h
- Revision:
- 137:9e09f6081ef1
- Parent:
- 136:224e03d5c31f
- Child:
- 140:33ca352755a2
--- a/RA8875.h Wed Nov 16 02:48:45 2016 +0000 +++ b/RA8875.h Thu Dec 08 12:29:54 2016 +0000 @@ -2266,10 +2266,10 @@ /// foreground and background color registers, and others. Those must be set /// outside of this API. /// - /// @param[in] dstLayer layer [5B.7]. layer value is 0 or 1 repreenting layer 1 and 2. + /// @param[in] dstLayer layer [5B.7]. layer value is 0 or 1 representing layer 1 and 2. /// @param[in] dstDataSelect [50.5] defines the destination data type 0: block, 1: linear. /// @param[in] dstPoint [58-5B] is a point_t defining the destination coordinate. - /// @param[in] srcLayer layer [57.7]. layer value is 0 or 1 repreenting layer 1 and 2. + /// @param[in] srcLayer layer [57.7]. layer value is 0 or 1 representing layer 1 and 2. /// @param[in] srcDataSelect [50.6] defines the source data type 0: block, 1: linear. /// @param[in] srcPoint [54-57] is a point_t defining the source coordinate. /// @param[in] bte_width [5C-5D]. operation width. @@ -2282,7 +2282,7 @@ /// RetCode_t BlockMove(uint8_t dstLayer, uint8_t dstDataSelect, point_t dstPoint, uint8_t srcLayer, uint8_t srcDataSelect, point_t srcPoint, - uint16_t bte_width, uint16_t bte_height, + dim_t bte_width, dim_t bte_height, uint8_t bte_op_code, uint8_t bte_rop_code);