
Macros | |
| #define | NOR_ADDR_SHIFT(__NOR_ADDRESS, __NOR_MEMORY_WIDTH_, __ADDRESS__) |
| NOR memory address shifting. More... | |
| #define | NOR_WRITE(__ADDRESS__, __DATA__) |
| NOR memory write data to specified address. More... | |
| #define NOR_ADDR_SHIFT | ( | __NOR_ADDRESS, | |
| __NOR_MEMORY_WIDTH_, | |||
| __ADDRESS__ | |||
| ) |
NOR memory address shifting.
| __NOR_ADDRESS | NOR base address |
| __NOR_MEMORY_WIDTH_ | NOR memory width |
| <strong>ADDRESS</strong> | NOR memory address |
| NOR | shifted address value |
Definition at line 286 of file stm32f7xx_hal_nor.h.
| #define NOR_WRITE | ( | __ADDRESS__, | |
| __DATA__ | |||
| ) |
NOR memory write data to specified address.
| <strong>ADDRESS</strong> | NOR memory address |
| <strong>DATA</strong> | Data to write |
| None |
Definition at line 297 of file stm32f7xx_hal_nor.h.