mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 18:06:33 +00:00
arm64/imx9: tpm: fix TPM_FILTER_CHXFVAL_MASK macro
This commit is contained in:
parent
98ce36cdc7
commit
2c93e79e94
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@
|
|||
|
||||
/* FILTER */
|
||||
|
||||
#define TPM_FILTER_CHXFVAL_MASK(ch) (0xf << ((ch) * 4))) /* Channel filter value */
|
||||
#define TPM_FILTER_CHXFVAL_MASK(ch) (0xf << ((ch) * 4)) /* Channel filter value */
|
||||
|
||||
/* QDCTRL */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue