Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/components/serial_nor/
A Dhpm_serial_nor.c274 if (IS_HPM_BIT_SET(flash_density, 31)) { in get_page_sector_block_size_from_sfdp()
469 if (!IS_HPM_BIT_SET(status_val, 6)) { in prepare_quad_mode_enable_sequence()
479 if (!IS_HPM_BIT_SET(status_val, 1)) { in prepare_quad_mode_enable_sequence()
490 if (!IS_HPM_BIT_SET(status_val, 1)) { in prepare_quad_mode_enable_sequence()
499 if (!IS_HPM_BIT_SET(status_val, 7)) { in prepare_quad_mode_enable_sequence()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_common.h62 #define IS_HPM_BIT_SET(val, offset) (((uint32_t)(val) & (1UL << (offset))) != 0U) macro

Completed in 9 milliseconds