Searched refs:permissions (Results 1 – 3 of 3) sorted by relevance
99 int rom_add_flash_runtime_partition(uint32_t start_offset, uint32_t size, uint32_t permissions) { in rom_add_flash_runtime_partition() argument102 if (permissions & ~PICOBIN_PARTITION_PERMISSIONS_BITS) return PICO_ERROR_INVALID_ARG; in rom_add_flash_runtime_partition()119 pt->partitions[pt->permission_partition_count].permissions_and_location = permissions | in rom_add_flash_runtime_partition()122 pt->partitions[pt->permission_partition_count].permissions_and_flags = permissions; in rom_add_flash_runtime_partition()
24 exercising permissions granted by this License.151 risks associated with Your exercise of permissions under this License.200 See the License for the specific language governing permissions and
1066 int rom_add_flash_runtime_partition(uint32_t start_offset, uint32_t size, uint32_t permissions);