Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py3730 def num_ok(sym, type_): function
3782 elif not num_ok(default, sym.orig_type): # INT/HEX
3806 if not num_ok(low, sym.orig_type) or \
3807 not num_ok(high, sym.orig_type):