Sets one particular configuration parameter with the specified configuration value.
Sets one particular configuration parameter with integer value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | value | :: | desc |
FFT descriptor. |
||
integer(kind=c_int), | intent(in), | value | :: | param |
Configuration parameter. |
|
integer(kind=c_int), | intent(in), | value | :: | value |
Configuration value. |
Function completion status.
Sets one particular configuration parameter with pointer value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | value | :: | desc |
FFT descriptor. |
||
integer(kind=c_int), | intent(in), | value | :: | param |
Configuration parameter. |
|
integer(kind=c_long), | intent(in) | :: | value(*) |
Configuration value. |
Function completion status.