10.6.3.2.9 Function nvm_is_page_locked()

Checks whether the page region is locked.

bool nvm_is_page_locked( uint16_t page_number)

Extracts the region to which the given page belongs and checks whether that region is locked.

Table 10-23. Parameters
Data directionParameter nameDescription

[in]

page_number

Page number to be checked

Returns

Page lock status.

Table 10-24. Return Values
Return valueDescription

true

Page is locked

false

Page is not locked