Home
last modified time | relevance | path

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

/Zephyr-latest/soc/ti/simplelink/cc23x0/
Dccfg.c13 #define CC23_CCFG_FLASH_PROP(prop) DT_PROP(CC23_CCFG_FLASH, prop) macro
24 #define CC23X0_BLDR_VTOR CC23_CCFG_FLASH_PROP(ti_bldr_vtor_flash)
29 #if CC23_CCFG_FLASH_PROP(ti_chip_erase) == 0
40 CC23_CCFG_FLASH_PROP(ti_serial_io_cfg_index),
42 CC23_CCFG_FLASH_PROP(ti_pin_trigger),
44 CC23_CCFG_FLASH_PROP(ti_pin_trigger_dio),
46 CC23_CCFG_FLASH_PROP(ti_pin_trigger_level_hi),
51 .permissions.allowDebugPort = CC23_TO_PERM_VAL(CC23_CCFG_FLASH_PROP(ti_debug_port)),
52 .permissions.allowEnergyTrace = CC23_TO_PERM_VAL(CC23_CCFG_FLASH_PROP(ti_energy_trace)),
53 .permissions.allowFlashVerify = CC23_TO_PERM_VAL(CC23_CCFG_FLASH_PROP(ti_flash_verify)),
[all …]