Home
last modified time | relevance | path

Searched refs:NOR_MEMORY_8B (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_nor.h241 #define NOR_MEMORY_8B ((uint8_t)0x0U) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_nor.h76 #define NOR_MEMORY_8B ((uint8_t)0x0) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_nor.c151 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B;
219 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_nor.c145 static uint32_t uwNORMemoryDataWidth = NOR_MEMORY_8B;
211 uwNORMemoryDataWidth = NOR_MEMORY_8B; in HAL_NOR_Init()