Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 7 of 7) sorted by relevance

/external/platform/pico/rp2_common/hardware_claim/
A Dclaim.c17 inline bool hw_is_claimed(const uint8_t *bits, uint bit_index) { in hw_is_claimed()
21 void hw_claim_or_assert(uint8_t *bits, uint bit_index, const char *message) { in hw_claim_or_assert()
31 int hw_claim_unused_from_range(uint8_t *bits, bool required, uint bit_lsb, uint bit_msb, const char… in hw_claim_unused_from_range()
49 void hw_claim_clear(uint8_t *bits, uint bit_index) { in hw_claim_clear()
/external/platform/pico/rp2_common/hardware_resets/include/hardware/
A Dresets.h70 static inline void reset_block(uint32_t bits) { in reset_block()
79 static inline void unreset_block(uint32_t bits) { in unreset_block()
88 static inline void unreset_block_wait(uint32_t bits) { in unreset_block_wait()
/external/lib/mincrypt/
A Dsha256.c36 #define ror(value, bits) (((value) >> (bits)) | ((value) << (32 - (bits)))) argument
37 #define shr(value, bits) ((value) >> (bits)) argument
A Dsha.c36 #define rol(bits, value) (((value) << (bits)) | ((value) >> (32 - (bits)))) argument
/external/lib/aes/
A Daes_core.c726 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key()
827 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dadc_15xx.c172 void Chip_ADC_SetSequencerBits(LPC_ADC_T *pADC, ADC_SEQ_IDX_T seqIndex, uint32_t bits) in Chip_ADC_SetSequencerBits()
184 void Chip_ADC_ClearSequencerBits(LPC_ADC_T *pADC, ADC_SEQ_IDX_T seqIndex, uint32_t bits) in Chip_ADC_ClearSequencerBits()
/external/platform/pico/rp2_common/hardware_interp/include/hardware/
A Dinterp.h245 static inline void interp_config_set_force_bits(interp_config *c, uint bits) { in interp_config_set_force_bits()
297 static inline void interp_set_force_bits(interp_hw_t *interp, uint lane, uint bits) { in interp_set_force_bits()

Completed in 14 milliseconds