| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Functions | |
| DSP_FUNC_SCOPE void | zdsp_or_u8 (const DSP_DATA uint8_t *src_a, const DSP_DATA uint8_t *src_b, DSP_DATA uint8_t *dst, uint32_t block_size) | 
| Compute the logical bitwise OR of two fixed-point vectors.  More... | |
| DSP_FUNC_SCOPE void | zdsp_or_u16 (const DSP_DATA uint16_t *src_a, const DSP_DATA uint16_t *src_b, DSP_DATA uint16_t *dst, uint32_t block_size) | 
| Compute the logical bitwise OR of two fixed-point vectors.  More... | |
| DSP_FUNC_SCOPE void | zdsp_or_u32 (const DSP_DATA uint32_t *src_a, const DSP_DATA uint32_t *src_b, DSP_DATA uint32_t *dst, uint32_t block_size) | 
| Compute the logical bitwise OR of two fixed-point vectors.  More... | |
Compute the logical bitwise OR.
There are separate functions for uint32_t, uint16_t, and uint7_t data types.
| DSP_FUNC_SCOPE void zdsp_or_u16 | ( | const DSP_DATA uint16_t * | src_a, | 
| const DSP_DATA uint16_t * | src_b, | ||
| DSP_DATA uint16_t * | dst, | ||
| uint32_t | block_size | ||
| ) | 
#include <include/zephyr/dsp/basicmath.h>
Compute the logical bitwise OR of two fixed-point vectors.
| [in] | src_a | points to input vector A | 
| [in] | src_b | points to input vector B | 
| [out] | dst | points to output vector | 
| [in] | block_size | number of samples in each vector | 
| DSP_FUNC_SCOPE void zdsp_or_u32 | ( | const DSP_DATA uint32_t * | src_a, | 
| const DSP_DATA uint32_t * | src_b, | ||
| DSP_DATA uint32_t * | dst, | ||
| uint32_t | block_size | ||
| ) | 
#include <include/zephyr/dsp/basicmath.h>
Compute the logical bitwise OR of two fixed-point vectors.
| [in] | src_a | points to input vector A | 
| [in] | src_b | points to input vector B | 
| [out] | dst | points to output vector | 
| [in] | block_size | number of samples in each vector | 
| DSP_FUNC_SCOPE void zdsp_or_u8 | ( | const DSP_DATA uint8_t * | src_a, | 
| const DSP_DATA uint8_t * | src_b, | ||
| DSP_DATA uint8_t * | dst, | ||
| uint32_t | block_size | ||
| ) | 
#include <include/zephyr/dsp/basicmath.h>
Compute the logical bitwise OR of two fixed-point vectors.
| [in] | src_a | points to input vector A | 
| [in] | src_b | points to input vector B | 
| [out] | dst | points to output vector | 
| [in] | block_size | number of samples in each vector |