Searched refs:PARAM_ASSERTIONS_ENABLED (Results 1 – 4 of 4) sorted by relevance
32 #define PARAM_ASSERTIONS_ENABLED(x) ((PARAM_ASSERTIONS_ENABLED_ ## x || PARAM_ASSERTIONS_ENABLE_ALL… macro34 #define invalid_params_if(x, test) ({if (PARAM_ASSERTIONS_ENABLED(x)) assert(!(test));})35 #define valid_params_if(x, test) ({if (PARAM_ASSERTIONS_ENABLED(x)) assert(test);})36 #define hard_assert_if(x, test) ({if (PARAM_ASSERTIONS_ENABLED(x)) hard_assert(!(test));})
109 #if PARAM_ASSERTIONS_ENABLED(HARDWARE_DMA)
84 #if PARAM_ASSERTIONS_ENABLED(PIO_INSTRUCTIONS) in _pio_encode_instr_and_args()
60 #if PARAM_ASSERTIONS_ENABLED(HARDWARE_DMA) in check_dma_channel_param()