/btstack/platform/embedded/ |
H A D | btstack_tlv_flash_bank.c | 100 uint32_t alignment = self->hal_flash_bank_impl->get_alignment(self->hal_flash_bank_context); in btstack_tlv_flash_bank_align_size() local 101 return (size + alignment - 1) & ~(alignment - 1); in btstack_tlv_flash_bank_align_size() 120 uint32_t alignment = self->hal_flash_bank_impl->get_alignment(self->hal_flash_bank_context); in btstack_tlv_flash_bank_read() local 121 uint32_t lower_bits = size & (alignment - 1); in btstack_tlv_flash_bank_read() 133 …>hal_flash_bank_impl->read(self->hal_flash_bank_context, bank, offset, alignment_block, alignment); in btstack_tlv_flash_bank_read() 140 uint32_t alignment = self->hal_flash_bank_impl->get_alignment(self->hal_flash_bank_context); in btstack_tlv_flash_bank_write() local 141 uint32_t lower_bits = size & (alignment - 1); in btstack_tlv_flash_bank_write() 153 memset(alignment_block, 0xff, alignment); in btstack_tlv_flash_bank_write() 155 …hal_flash_bank_impl->write(self->hal_flash_bank_context, bank, offset, alignment_block, alignment); in btstack_tlv_flash_bank_write() 368 … uint32_t alignment = self->hal_flash_bank_impl->get_alignment(self->hal_flash_bank_context); in btstack_tlv_flash_bank_delete_tag_until_offset() local [all …]
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/linker/ |
H A D | stm32f412rx_flash.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f412cx_sram.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f413xx_flash.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f410cx_sram.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f413xx_sram.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f412vx_flash.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f410tx_sram.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f412zx_flash.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f401xe_sram.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f401xc_flash.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f423xx_flash.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f401xc_sram.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f412zx_sram.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f411xe_flash.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f401xe_flash.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f446xx_sram.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f410rx_sram.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f410rx_flash.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f410tx_flash.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f412rx_sram.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f412cx_flash.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f411xe_sram.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f446xx_flash.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|
H A D | stm32f410cx_flash.icf | 21 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 22 define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
|