Home
last modified time | relevance | path

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

/hal_ambiq-3.5.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.5.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()