Home
last modified time | relevance | path

Searched refs:MCU_OTPM_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-3.6.0/smartbond/da1469x_hal/
Dda1469x_otp.c91 if (offset >= MCU_OTPM_SIZE || (offset + num_bytes) > MCU_OTPM_SIZE) { in da1469x_otp_read()
122 if (offset >= MCU_OTPM_SIZE || (offset + num_bytes) > MCU_OTPM_SIZE) { in da1469x_otp_write()
Dda1469x_config.h50 #define MCU_OTPM_SIZE (4096) macro