Searched refs:BOOL (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
| D | kconfig.py | 20 from kconfiglib import Kconfig, split_expr, expr_value, expr_str, BOOL, \ 135 if sym.type in (BOOL, TRISTATE): 180 if sym.type in (BOOL, TRISTATE):
|
| D | kconfiglib.py | 1284 if not (sym.orig_type is BOOL 1724 sym.orig_type is BOOL and \ 4282 return BOOL 4491 (self.type is BOOL or expr_value(self.weak_rev_dep) == 2): 4613 if not (self.orig_type is BOOL and value in (2, 0) or 4832 if self.type is BOOL or expr_value(self.weak_rev_dep) == 2: 4841 if self.type is BOOL or expr_value(self.weak_rev_dep) == 2: 4941 if val == 1 and self.type is BOOL: 5179 return BOOL 5207 return 2 if val == 1 and self.type is BOOL else val [all …]
|
| D | guiconfig.py | 82 BOOL, TRISTATE, STRING, INT, HEX, \ 268 elif sym.orig_type in (BOOL, TRISTATE): 881 if item.type == BOOL:
|
| D | menuconfig.py | 219 BOOL, TRISTATE, STRING, INT, HEX, \ 762 elif sym.orig_type in (BOOL, TRISTATE): 3062 if item.type == BOOL:
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54114/ |
| D | device_CMSIS.cmake | 3 set(DEVICE_CMSIS_LPC54114_CM4_INCLUDED true CACHE BOOL "device_CMSIS component is included.")
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/K32L3A60/ |
| D | device_CMSIS.cmake | 3 set(DEVICE_CMSIS_K32L3A60_CM4_INCLUDED true CACHE BOOL "device_CMSIS component is included.")
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54113/ |
| D | device_CMSIS.cmake | 3 set(DEVICE_CMSIS_LPC54113_CM4_INCLUDED true CACHE BOOL "device_CMSIS component is included.")
|