Home
last modified time | relevance | path

Searched refs:alignmentBaseline (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c103 uint8_t alignmentBaseline);
119 uint32_t alignmentBaseline,
1333 uint8_t alignmentBaseline) in ftfx_check_mem_range() argument
1338 if ((0U != (startAddress & (uint8_t)(alignmentBaseline - 1U))) || in ftfx_check_mem_range()
1339 (0U != (lengthInBytes & (uint8_t)(alignmentBaseline - 1U)))) in ftfx_check_mem_range()
1425 uint32_t alignmentBaseline, in ftfx_check_resource_range() argument
1431 …if ((0U != (start & (alignmentBaseline - 1u))) || (0U != (lengthInBytes & (alignmentBaseline - 1u)… in ftfx_check_resource_range()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c272 uint32_t alignmentBaseline);
279 uint32_t alignmentBaseline);
2310 uint32_t alignmentBaseline) in flash_check_range() argument
2319 …if ((0UL != (startAddress & (alignmentBaseline - 1UL))) || (0UL != (lengthInBytes & (alignmentBase… in flash_check_range()
2339 uint32_t alignmentBaseline) in EEPROM_check_range() argument
2348 …if ((0UL != (startAddress & (alignmentBaseline - 1UL))) || (0UL != (lengthInBytes & (alignmentBase… in EEPROM_check_range()