Home
last modified time | relevance | path

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

/mcuboot-3.7.0/scripts/imgtool/
Dmain.py303 class BasedIntParamType(click.ParamType): class
326 @click.option('-x', '--hex-addr', type=BasedIntParamType(), required=False,
328 @click.option('-L', '--load-addr', type=BasedIntParamType(), required=False,
330 @click.option('-F', '--rom-fixed', type=BasedIntParamType(), required=False,
363 @click.option('-S', '--slot-size', type=BasedIntParamType(), required=True,
370 type=BasedIntParamType(), required=True)