Changeset 10ff982 in rtems
- Timestamp:
- 03/08/23 19:01:21 (7 months ago)
- Branches:
- master
- Children:
- 8eb666f
- Parents:
- d0dd98c
- git-author:
- Kinsey Moore <kinsey.moore@…> (03/08/23 19:01:21)
- git-committer:
- Joel Sherrill <joel@…> (03/15/23 18:29:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/include/dev/nand/xnandpsu.h
rd0dd98c r10ff982 182 182 #define XNANDPSU_DEBUG 183 183 184 #ifdef __rtems__ 185 #define XNANDPSU_MAX_TARGETS 2U /**< ce_n0, ce_n1 */ 186 #else 184 187 #define XNANDPSU_MAX_TARGETS 1U /**< ce_n0, ce_n1 */ 188 #endif 185 189 #define XNANDPSU_MAX_PKT_SIZE 0x7FFU /**< Max packet size */ 186 190 #define XNANDPSU_MAX_PKT_COUNT 0xFFFU /**< Max packet count */
Note: See TracChangeset
for help on using the changeset viewer.