st,stm32-etzpc.h 455 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (C) 2017-2020, STMicroelectronics - All Rights Reserved
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
  5. */
  6. #ifndef _DT_BINDINGS_STM32_ETZPC_H
  7. #define _DT_BINDINGS_STM32_ETZPC_H
  8. /* DECPROT modes */
  9. #define DECPROT_S_RW 0x0
  10. #define DECPROT_NS_R_S_W 0x1
  11. #define DECPROT_MCU_ISOLATION 0x2
  12. #define DECPROT_NS_RW 0x3
  13. /* DECPROT lock */
  14. #define DECPROT_UNLOCK 0x0
  15. #define DECPROT_LOCK 0x1
  16. #endif /* _DT_BINDINGS_STM32_ETZPC_H */