Using Bitfields in Bus Editor
조회 수: 3 (최근 30일)
이전 댓글 표시
How can i use bit fields in bus structure?
댓글 수: 0
답변 (1개)
Sam Warner
2022년 1월 23일
편집: Sam Warner
2022년 1월 23일
Seems the way to do this is define bus, with BusElements data type set to Boolean. By ordering the BusElements then one can even insure that the bit represents the correct bit in the word (Move Element Up/Down withiin the Bus Editor).
Though, this technique is limited to word sizes supported by Matlab. Other word (1bit > sizes < 8bits) have a bit of hole with this technique. Though, what I have done is used enumerations for these types of word sizes, and prescribed the values that conform to the size. Does leave a bit of a hole for this technique when the bitfield is outside of a natural word size that Matlab supports.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 String에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!