Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_synt_drv.h81 static inline void synt_set_timestamp_new_value(SYNT_Type *ptr, uint32_t new_value) in synt_set_timestamp_new_value() argument
83 ptr->TIMESTAMP_NEW = SYNT_TIMESTAMP_NEW_VALUE_SET(new_value); in synt_set_timestamp_new_value()
/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/
A Dsha204_command_marshaling.h484 uint8_t new_value; //!< value to write member
495 uint8_t *new_value; //!< pointer to 4 or 32 bytes of data to be written member
A Dsha204_command_marshaling.c681 args->tx_buffer[UPDATE_VALUE_IDX] = args->new_value; in sha204m_update_extra()
705 …if (!args->tx_buffer || !args->rx_buffer || !args->new_value || ((args->zone & ~WRITE_ZONE_MASK) !… in sha204m_write()
735 memcpy(p_command, args->new_value, count); in sha204m_write()

Completed in 11 milliseconds