Searched refs:ob_wp (Results 1 – 2 of 2) sorted by relevance
277 fmc_state_enum ob_write_protection_enable(uint32_t ob_wp) in ob_write_protection_enable() argument283 ob_wp = (uint32_t) (~ob_wp); in ob_write_protection_enable()284 temp_wp0 = (uint16_t) (ob_wp & OB_WP0_WP0); in ob_write_protection_enable()285 temp_wp1 = (uint16_t) ((ob_wp & OB_WP1_WP1) >> 8U); in ob_write_protection_enable()286 temp_wp2 = (uint16_t) ((ob_wp & OB_WP2_WP2) >> 16U); in ob_write_protection_enable()287 temp_wp3 = (uint16_t) ((ob_wp & OB_WP3_WP3) >> 24U); in ob_write_protection_enable()
279 fmc_state_enum ob_write_protection_enable(uint32_t ob_wp);
Completed in 5 milliseconds