Searched refs:pointer (Results 1 – 8 of 8) sorted by relevance
12 astyle -A2 --align-pointer=name --indent=spaces=4 --indent-switches \
95 ARCH_COMPILEFLAGS += -fno-omit-frame-pointer
58 * the global pointer. */
70 * the global pointer. */
92 static uint32_t curr_block_free_space(uint32_t pointer) { in curr_block_free_space() argument93 return (block_num(pointer) + 1) * FLASH_PAGE_SIZE - pointer; in curr_block_free_space()
175 /* __etext is the name of the .data init source pointer (...) */
53 - Fixed void pointer cast in the CLOCK HAL, which could cause memory corruption with specific compi…104 - Updated all HAL functions to take the pointer to the structure of registers of the peripheral as …
1126 @ r12 coefficient pointer
Completed in 12 milliseconds