Skip to content

Commit cf8f163

Browse files
JiafeiPanmmahadevan108
authored andcommitted
MIMX9131: add tpm control count definition
Added TPM_CONTROLS_COUNT which is used by Zephyr driver. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
1 parent 75bb126 commit cf8f163

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mcux/mcux-sdk/devices/MIMX9131/MIMX9131.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56473,6 +56473,9 @@ typedef struct {
5647356473
* @{
5647456474
*/
5647556475

56476+
/** TPM - Size of Registers Arrays */
56477+
#define TPM_CONTROLS_COUNT 4u
56478+
5647656479
/** TPM - Register Layout Typedef */
5647756480
typedef struct {
5647856481
__I uint32_t VERID; /**< Version ID, offset: 0x0 */

0 commit comments

Comments
 (0)