Searched refs:str (Results 1 – 7 of 7) sorted by relevance
/hal_ambiq-3.7.0/mcu/apollo3/hal/ |
D | am_hal_global.c | 98 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()
|
D | am_hal_security.c | 109 str r0, [r3, #0] in bl_run_main()
|
/hal_ambiq-3.7.0/mcu/apollo3p/hal/ |
D | am_hal_global.c | 98 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()
|
D | am_hal_security.c | 103 str r0, [r3, #0] in bl_run_main()
|
/hal_ambiq-3.7.0/mcu/apollo4p/hal/ |
D | am_hal_global.c | 113 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/ |
D | am_util_stdio.h | 114 extern uint32_t am_util_stdio_strtoul(const char *str, char **endptr, int base);
|
D | am_util_stdio.c | 94 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()
|