Home
last modified time | relevance | path

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

/hal_ambiq-3.7.0/mcu/apollo3/hal/
Dam_hal_global.c98 str r1, [r0, #0] // Store 1st read value to array in am_hal_triple_read()
99 str r2, [r0, #4] // Store 2nd read value to array in am_hal_triple_read()
100 str r3, [r0, #8] // Store 3rd read value to array in am_hal_triple_read()
Dam_hal_security.c109 str r0, [r3, #0] in bl_run_main()
/hal_ambiq-3.7.0/mcu/apollo3p/hal/
Dam_hal_global.c98 str r1, [r0, #0] // Store 1st read value to array in am_hal_triple_read()
99 str r2, [r0, #4] // Store 2nd read value to array in am_hal_triple_read()
100 str r3, [r0, #8] // Store 3rd read value to array in am_hal_triple_read()
Dam_hal_security.c103 str r0, [r3, #0] in bl_run_main()
/hal_ambiq-3.7.0/mcu/apollo4p/hal/
Dam_hal_global.c113 str r1, [r0, #0] // Store 1st read value to array in am_hal_triple_read()
114 str r2, [r0, #4] // Store 2nd read value to array in am_hal_triple_read()
115 str r3, [r0, #8] // Store 3rd read value to array in am_hal_triple_read()
/hal_ambiq-3.7.0/utils/
Dam_util_stdio.h114 extern uint32_t am_util_stdio_strtoul(const char *str, char **endptr, int base);
Dam_util_stdio.c94 am_util_stdio_strtoul(const char *str, char **endptr, int base) in am_util_stdio_strtoul() argument
103 pos = (char *)str; in am_util_stdio_strtoul()