Searched refs:CY_RTOS_ALIGNMENT_MASK (Results 1 – 8 of 8) sorted by relevance
144 else if ((stack != NULL) && (0 != (((uint32_t)stack) & CY_RTOS_ALIGNMENT_MASK))) in cy_rtos_create_thread()162 uint32_t cb_mem_pad = (~osRtxThreadCbSize + 1) & CY_RTOS_ALIGNMENT_MASK; in cy_rtos_create_thread()182 CY_ASSERT(((uint32_t)attr.cb_mem & CY_RTOS_ALIGNMENT_MASK) == 0UL); in cy_rtos_create_thread()183 CY_ASSERT(((uint32_t)attr.stack_mem & CY_RTOS_ALIGNMENT_MASK) == 0UL); in cy_rtos_create_thread()420 CY_ASSERT(((uint32_t)attr.cb_mem & CY_RTOS_ALIGNMENT_MASK) == 0UL); in cy_rtos_init_mutex2()529 CY_ASSERT(((uint32_t)attr.cb_mem & CY_RTOS_ALIGNMENT_MASK) == 0UL); in cy_rtos_init_semaphore()665 CY_ASSERT(((uint32_t)attr.cb_mem & CY_RTOS_ALIGNMENT_MASK) == 0UL); in cy_rtos_init_event()847 CY_ASSERT(((uint32_t)attr.cb_mem & CY_RTOS_ALIGNMENT_MASK) == 0UL); in cy_rtos_init_queue()848 CY_ASSERT(((uint32_t)attr.mq_mem & CY_RTOS_ALIGNMENT_MASK) == 0UL); in cy_rtos_init_queue()1043 CY_ASSERT(((uint32_t)attr.cb_mem & CY_RTOS_ALIGNMENT_MASK) == 0UL); in cy_rtos_init_timer()
94 else if ((stack != NULL) && (0 != (((uint32_t)stack) & CY_RTOS_ALIGNMENT_MASK))) in cy_rtos_create_thread()111 ? (stack_size & ~CY_RTOS_ALIGNMENT_MASK) in cy_rtos_create_thread()123 ((stack_size & ~CY_RTOS_ALIGNMENT_MASK) / sizeof(StackType_t)); in cy_rtos_create_thread()133 CY_ASSERT(((uint32_t)wrapper & CY_RTOS_ALIGNMENT_MASK) == 0UL); in cy_rtos_create_thread()
59 #define CY_RTOS_ALIGNMENT_MASK 0x00000007UL /**< Checks for 8-bit alignment */ macro
42 #define CY_RTOS_ALIGNMENT_MASK 0x00000007UL /** Mask for checking the alignment of macro
48 #define CY_RTOS_ALIGNMENT_MASK 0x00000007UL /**< Mask for checking the alignment of macro
45 #define CY_RTOS_ALIGNMENT_MASK 0x00000007UL /** Checks for 8-byte alignment */ macro
129 stack_size &= ~CY_RTOS_ALIGNMENT_MASK; // make stack pointer 8-byte aligned in cy_rtos_create_thread()135 if ((stack != NULL) && (0 != (((uint32_t)stack) & CY_RTOS_ALIGNMENT_MASK))) in cy_rtos_create_thread()
102 - `CY_RTOS_ALIGNMENT_MASK`