Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/
Drp2350_otp.c77 otp_cmd_t odd_byte_row_and_flags; in tfm_plat_otp_read() local
108 odd_byte_row_and_flags.flags = row_and_flags.flags + (out_len_checked / 2); in tfm_plat_otp_read()
112 rc = rom_func_otp_access(&odd_byte_buff[0], 2, odd_byte_row_and_flags); in tfm_plat_otp_read()
133 otp_cmd_t odd_byte_row_and_flags; in tfm_plat_otp_write() local
163 odd_byte_row_and_flags.flags = row_and_flags.flags + (in_len_checked / 2); in tfm_plat_otp_write()
168 rc = rom_func_otp_access(&odd_byte_buff[0], 2, odd_byte_row_and_flags); in tfm_plat_otp_write()