Bitwise NOT Functions.
More...
Bitwise NOT Functions.
Bitwise NOT functions calculate logical bitwise NOT value from elements of a source vector and write them one-by-one into a destination vector.
Andes DSP library supports distinct bitwise NOT functions for U32, U15 and U8 data types. These functions are introduced in the subsections below.
◆ hpm_dsp_not_u16()
| static void hpm_dsp_not_u16 |
( |
u16_t * |
src, |
|
|
u16_t * |
dst, |
|
|
uint32_t |
size |
|
) |
| |
|
inlinestatic |
◆ hpm_dsp_not_u32()
| static void hpm_dsp_not_u32 |
( |
u32_t * |
src, |
|
|
u32_t * |
dst, |
|
|
uint32_t |
size |
|
) |
| |
|
inlinestatic |
◆ hpm_dsp_not_u8()
| static void hpm_dsp_not_u8 |
( |
u8_t * |
src, |
|
|
u8_t * |
dst, |
|
|
uint32_t |
size |
|
) |
| |
|
inlinestatic |