File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -53738,6 +53738,9 @@ typedef struct {
5373853738 * @{
5373953739 */
5374053740
53741+ /** TPM - Size of Registers Arrays */
53742+ #define TPM_CONTROLS_COUNT 4u
53743+
5374153744/** TPM - Register Layout Typedef */
5374253745typedef struct {
5374353746 __I uint32_t VERID; /**< Version ID, offset: 0x0 */
Original file line number Diff line number Diff line change @@ -72583,6 +72583,9 @@ typedef struct {
7258372583 * @{
7258472584 */
7258572585
72586+ /** TPM - Size of Registers Arrays */
72587+ #define TPM_CONTROLS_COUNT 4u
72588+
7258672589/** TPM - Register Layout Typedef */
7258772590typedef struct {
7258872591 __I uint32_t VERID; /**< Version ID, offset: 0x0 */
Original file line number Diff line number Diff line change @@ -398433,6 +398433,9 @@ typedef struct {
398433398433 * @{
398434398434 */
398435398435
398436+ /** TPM - Size of Registers Arrays */
398437+ #define TPM_CONTROLS_COUNT 4u
398438+
398436398439/** TPM - Register Layout Typedef */
398437398440typedef struct {
398438398441 __I uint32_t VERID; /**< Version ID, offset: 0x0 */
You can’t perform that action at this time.
0 commit comments