Searched refs:BasedIntParamType (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/scripts/imgtool/ |
D | main.py | 326 class BasedIntParamType(click.ParamType): class 351 @click.option('-x', '--hex-addr', type=BasedIntParamType(), required=False, 353 @click.option('-L', '--load-addr', type=BasedIntParamType(), required=False, 355 @click.option('-F', '--rom-fixed', type=BasedIntParamType(), required=False, 393 @click.option('-S', '--slot-size', type=BasedIntParamType(), required=True, 400 type=BasedIntParamType(), required=True)
|